Skip to content

Commit

Permalink
cicd: apply lint to examples
Browse files Browse the repository at this point in the history
  • Loading branch information
biryukovmaxim committed Nov 12, 2024
1 parent 83711f4 commit 74468e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ jobs:
run: cargo fmt --all -- --check

- name: Run cargo clippy
run: cargo clippy --workspace --tests --benches -- -D warnings
run: cargo clippy --workspace --tests --benches --examples -- -D warnings


check-wasm32:
Expand Down

0 comments on commit 74468e5

Please sign in to comment.