Skip to content

#754 Support displaying multiple interchanges in 'via' stations in GZ… #289

#754 Support displaying multiple interchanges in 'via' stations in GZ…

#754 Support displaying multiple interchanges in 'via' stations in GZ… #289

Workflow file for this run

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