Skip to content

Clarify description and add an alias 'scanf' for 閱文秘術 #25

Clarify description and add an alias 'scanf' for 閱文秘術

Clarify description and add an alias 'scanf' for 閱文秘術 #25

Workflow file for this run

name: Verify
on: [pull_request]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12.x]
steps:
- uses: actions/checkout@v1
- name: Install
run: npm ci
- name: Lint
run: npm run lint
- name: Verify
run: npm run verify