Skip to content

Commit

Permalink
Run Clippy on docs builder
Browse files Browse the repository at this point in the history
  • Loading branch information
lambda-fairy committed Nov 11, 2021
1 parent 982c9f4 commit 1a04216
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,14 @@ jobs:
toolchain: nightly
profile: minimal
override: true
components: clippy

- name: Build documentation
run: cd docs && make -j$(nproc)

- name: Check Clippy
run: cd docs && cargo clippy --all-targets -- -D warnings

examples:
name: Examples
runs-on: ubuntu-latest
Expand Down

0 comments on commit 1a04216

Please sign in to comment.