Compare commits
1 Commits
main
...
2aa5d6881c
| Author | SHA1 | Date | |
|---|---|---|---|
|
2aa5d6881c
|
2
.github/workflows/lint.yaml
vendored
2
.github/workflows/lint.yaml
vendored
@@ -69,7 +69,7 @@ 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 clippy::pedantic
|
||||
|
||||
- if: always()
|
||||
run: cargo fmt --check
|
||||
|
||||
Reference in New Issue
Block a user