Skip to content

Commit bd07bb2

Browse files
Merge pull request #65 from BitGo/BTC-2786.eslint
feat(wasm-utxo): improve test structure and add code quality tooling
2 parents 434fd72 + 548d7e4 commit bd07bb2

23 files changed

+1343
-863
lines changed

.github/workflows/build-and-test.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,10 @@ jobs:
7575
- name: Check Source Code Formatting
7676
run: npm run check-fmt
7777

78+
- name: wasm-utxo / Lint
79+
run: npm run lint
80+
working-directory: packages/wasm-utxo
81+
7882
- name: wasm-utxo / cargo test
7983
run: cargo test --workspace
8084
working-directory: packages/wasm-utxo

0 commit comments

Comments
 (0)