Skip to content

Commit

Permalink
Test for lints in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
willcrichton committed Sep 4, 2024
1 parent b9e9be6 commit d061d37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@ jobs:
- name: Lint Rust package
run: cargo clippy --all-features --locked -- -D warnings
- name: Test JS package
run: depot test
run: depot build --lint-fail && depot test
working-directory: js
- name: Install mdbook-quiz
run: cargo install --path crates/mdbook-quiz --debug --locked
- name: Build example mdbook
run: mdbook build
working-directory: example/mdbook
- name: Build example standalone
run: depot build
run: depot build --lint-fail
working-directory: example/standalone

0 comments on commit d061d37

Please sign in to comment.