Skip to content

Resources: New work of Shanghai Yan-an Road Medium Capacity Transit [Editor Invited] #807

Resources: New work of Shanghai Yan-an Road Medium Capacity Transit [Editor Invited]

Resources: New work of Shanghai Yan-an Road Medium Capacity Transit [Editor Invited] #807

Workflow file for this run

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