Skip to content

feat(checkin): add station PIN lock for unattended check-in stations #76

feat(checkin): add station PIN lock for unattended check-in stations

feat(checkin): add station PIN lock for unattended check-in stations #76

Workflow file for this run

name: CI
on:
push:
branches: ['master', 'development']
pull_request:
branches: ['master', 'development']
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
cache: npm
- run: npm ci
- run: npm run lint
- run: npm run format:check
- run: npm run test:unit -- --run
- run: npm run build