Skip to content

Commit

Permalink
chore: add rust dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielSchiavini committed Oct 7, 2024
1 parent dc03c3b commit 845be0b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,11 @@ jobs:
- uses: actions/setup-node@v2
with:
node-version: 20

- uses: actions-rust-lang/setup-rust-toolchain@v1

# install dependencies for tiny-secp256k1
- run: rustup toolchain install stable --target wasm32-unknown-unknown --component clippy --component rustfmt

- run: yarn
- run: yarn lint

0 comments on commit 845be0b

Please sign in to comment.