Skip to content

Commit

Permalink
Allow unknown links
Browse files Browse the repository at this point in the history
  • Loading branch information
eaufavor committed Jul 26, 2024
1 parent 32303b9 commit 8af7348
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:

- name: Run cargo clippy
run: |
[[ ${{ matrix.toolchain }} == nightly ]] || cargo clippy --all-targets --all -- --deny=warnings
[[ ${{ matrix.toolchain }} == nightly ]] || cargo clippy --all-targets --all -- --allow=unknown-lints --deny=warnings
- name: Run cargo audit
run: |
Expand Down

0 comments on commit 8af7348

Please sign in to comment.