Skip to content

Merge pull request #1 from bradydibble/claude/fix-tip-rounding-bar-sp… #9

Merge pull request #1 from bradydibble/claude/fix-tip-rounding-bar-sp…

Merge pull request #1 from bradydibble/claude/fix-tip-rounding-bar-sp… #9

Workflow file for this run

name: Test
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/setup-node@v5
with:
node-version: 20
cache: npm
- run: npm ci
- name: Type check
run: npm run check
- name: Lint
run: npm run lint
- name: Unit tests
run: npm test