ci: add typechecking, fail fast in CI, and patch typechecking errors (#63)
This commit is contained in:
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
@@ -78,6 +78,9 @@ jobs:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
run: bun install
|
||||
|
||||
- name: Lint & Type Check
|
||||
run: bun run check
|
||||
|
||||
- name: Build bundle
|
||||
run: bun run build
|
||||
|
||||
|
||||
Reference in New Issue
Block a user