Skip to content

#671 feat: add Chengdu Metro stations, line badge and facilities #646

#671 feat: add Chengdu Metro stations, line badge and facilities

#671 feat: add Chengdu Metro stations, line badge and facilities #646

Workflow file for this run

name: Code Quality Check
on:
pull_request:
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '20'
- run: npm i
- run: npm i rollup
- name: Check
run: |
npm run lint
npm run test