We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d15a7e2 commit d2065d5Copy full SHA for d2065d5
.github/workflows/check.yml
@@ -62,8 +62,10 @@ jobs:
62
- name: cargo clippy
63
uses: giraffate/clippy-action@v1
64
with:
65
- reporter: 'github-pr-check'
66
github_token: ${{ secrets.GITHUB_TOKEN }}
+ reporter: 'github-pr-check'
67
+ fail_on_error: true
68
+ clippy_flags: --locked --all-targets -- -D warnings
69
doc:
70
# run docs generation on nightly rather than stable. This enables features like
71
# https://doc.rust-lang.org/beta/unstable-book/language-features/doc-cfg.html which allows an
@@ -115,4 +117,4 @@ jobs:
115
117
116
118
toolchain: ${{ matrix.msrv }}
119
- name: cargo +${{ matrix.msrv }} check
- run: cargo check
120
+ run: cargo check
0 commit comments