mirror of
https://github.com/AikidoSec/safe-chain.git
synced 2026-05-26 12:10:49 +00:00
Run typecheck as part of CI
This commit is contained in:
parent
c88b1a624f
commit
5adfb36629
1 changed files with 3 additions and 0 deletions
3
.github/workflows/test-on-pr.yml
vendored
3
.github/workflows/test-on-pr.yml
vendored
|
|
@ -31,6 +31,9 @@ jobs:
|
||||||
- name: Run linting
|
- name: Run linting
|
||||||
run: npm run lint
|
run: npm run lint
|
||||||
|
|
||||||
|
- name: Type check
|
||||||
|
run: npm run typecheck --workspace=packages/safe-chain
|
||||||
|
|
||||||
- name: Create package tarball
|
- name: Create package tarball
|
||||||
run: npm pack --workspace=packages/safe-chain
|
run: npm pack --workspace=packages/safe-chain
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue