Skip to content

Commit

Permalink
chore(ci) add linting to ngx-wasm-rs crate
Browse files Browse the repository at this point in the history
Fix #268
  • Loading branch information
thibaultcha committed Dec 11, 2023
1 parent 69e6bf3 commit 3e84805
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,9 @@ jobs:
- run: make lint
- name: 'Rust lint'
if: ${{ !env.ACT }}
run: cargo clippy --all-features
run: |
cargo clippy --all-features
cd lib/ngx-wasm-rs && cargo clippy --all-features
- run: |
if [[ $(make reindex 2>&1 | tee reindex.out | grep -c done) -gt 0 ]]; then
cat reindex.out >&2
Expand Down

0 comments on commit 3e84805

Please sign in to comment.