Skip to content

Commit

Permalink
ci: check if the types are wrong
Browse files Browse the repository at this point in the history
  • Loading branch information
Owen Pearson authored and Owen Pearson committed Nov 20, 2023
1 parent 7af5a4b commit 5f6eb94
Show file tree
Hide file tree
Showing 3 changed files with 628 additions and 20 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,8 @@ jobs:
- run: npm run format:check
- run: npm run check-closure-compiler
- run: npx tsc --noEmit ably.d.ts build/ably-webworker.min.d.ts
# for some reason, this doesn't work in CI using `npx attw --pack .`
- run: npm pack
- run: npx attw ably-$(npm show ably version).tgz
- run: npx attw ably-1.2.47.tgz --summary
- run: npm audit --production
Loading

0 comments on commit 5f6eb94

Please sign in to comment.