mirror of
https://github.com/AikidoSec/safe-chain.git
synced 2026-05-26 20:20:49 +00:00
Merge branch 'main' into test-on-win
This commit is contained in:
commit
bf674a0e5c
142 changed files with 11833 additions and 5161 deletions
5
.github/workflows/test-on-pr.yml
vendored
5
.github/workflows/test-on-pr.yml
vendored
|
|
@ -33,9 +33,12 @@ jobs:
|
|||
- name: Run unit tests
|
||||
run: npm test
|
||||
|
||||
- name: Run ESLint
|
||||
- name: Run linting
|
||||
run: npm run lint
|
||||
|
||||
- name: Type check
|
||||
run: npm run typecheck --workspace=packages/safe-chain
|
||||
|
||||
- name: Create package tarball
|
||||
run: npm pack --workspace=packages/safe-chain
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue