Skip to content

navigator: add app, fake mode #38

navigator: add app, fake mode

navigator: add app, fake mode #38

Workflow file for this run

name: lint / test
on:
push:
branches: ['main']
pull_request:
branches: ['main']
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
- uses: actions/setup-node@v4
with:
node-version: 23
cache: 'npm'
- run: npm ci
- run: npm run lint
- run: npm run --workspaces --if-present test -- --run