diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8662bd9b..e309cdae 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -3,6 +3,8 @@ name: Test on: pull_request: branches: [master] + push: + branches: [master] jobs: test: @@ -14,4 +16,6 @@ jobs: node-version: 22 cache: npm - run: npm ci + - run: npm run lint + - run: npm run typecheck - run: npm test