Skip to content

chore: use tsc for build (#74) #175

chore: use tsc for build (#74)

chore: use tsc for build (#74) #175

Workflow file for this run

name: Run tests
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
- run: npm ci
- run: npx playwright install
- run: npm test
- run: npm run check
- run: npm run lint