Skip to content

Commit

Permalink
Merge pull request #1510 from ably/attw
Browse files Browse the repository at this point in the history
ci: check if the types are wrong
  • Loading branch information
owenpearson authored Nov 21, 2023
2 parents a9235ab + a7d4b2e commit b65c244
Show file tree
Hide file tree
Showing 3 changed files with 627 additions and 20 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,7 @@ 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 --summary
- run: npm audit --production
Loading

0 comments on commit b65c244

Please sign in to comment.