Compare commits
1 Commits
main
...
eb8a51ec89
| Author | SHA1 | Date | |
|---|---|---|---|
|
eb8a51ec89
|
6
.github/workflows/lint.yaml
vendored
6
.github/workflows/lint.yaml
vendored
@@ -69,7 +69,11 @@ jobs:
|
||||
- name: Install components
|
||||
run: rustup component add clippy rustfmt
|
||||
|
||||
- run: cargo clippy ${{ matrix.feature.flags }} -- -D warnings -D clippy::pedantic
|
||||
- run: |
|
||||
cargo clippy ${{ matrix.feature.flags }} -- \
|
||||
-D warnings \
|
||||
-D clippy::pedantic \
|
||||
-A clippy::doc-markdown
|
||||
|
||||
- if: always()
|
||||
run: cargo fmt --check
|
||||
|
||||
Reference in New Issue
Block a user