Skip to content

Commit 548d7e4

Browse files
OttoAllmendingerllm-git
andcommitted
feat(wasm-utxo): add linting step to CI workflow
Add ESLint check in GitHub Actions CI workflow for the wasm-utxo package. Runs between formatting checks and tests to catch potential issues early. Issue: BTC-2786 Co-authored-by: llm-git <[email protected]>
1 parent 3f1015e commit 548d7e4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
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)