Merge branch 'main' into test-on-win

This commit is contained in:
Sander Declerck 2025-12-05 18:05:02 +01:00
commit bf674a0e5c
No known key found for this signature in database
142 changed files with 11833 additions and 5161 deletions

View file

@ -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