Skip to content

Commit

Permalink
Ajetaan tyyppitarkistukset CI:ssä
Browse files Browse the repository at this point in the history
  • Loading branch information
pretseli committed Apr 22, 2024
1 parent 777e2f1 commit ad439ba
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ jobs:
- name: Install dependencies
run: npm ci
- name: Run lint
run: npm run lint
run: |
npm run typecheck
npm run lint
test:
timeout-minutes: 10
runs-on: ubuntu-latest
Expand Down

0 comments on commit ad439ba

Please sign in to comment.