Skip to content

Commit

Permalink
ci: add publint and type correctness checking to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
danielwaltz committed Dec 1, 2023
1 parent 4687f9f commit a32c0fd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
- run: npm run type-check
- run: npm run test
- run: npm run build
- run: npx publint@latest
- run: npx @arethetypeswrong/cli@latest --pack
release:
runs-on: ubuntu-latest
needs: test
Expand Down

0 comments on commit a32c0fd

Please sign in to comment.