Skip to content

202408 wip

202408 wip #70

Workflow file for this run

on: pull_request
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: npm ci
- run: npm run type-check
- run: npm run lint