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 c9b3a29 commit fa1a259Copy full SHA for fa1a259
.github/workflows/ci.yml
@@ -102,18 +102,15 @@ jobs:
102
- uses: actions/checkout@v3
103
- name: Install Rust
104
run: rustup update stable
105
- - uses: actions-rs/clippy-check@v1
106
- with:
107
- token: ${{ secrets.GITHUB_TOKEN }}
108
- args: --all-features -- -W clippy::all
+ - run: cargo clippy --all-features
109
110
fmt:
111
runs-on: ubuntu-latest
112
steps:
113
114
115
116
- - run: cargo fmt --all -- --check
+ - run: cargo fmt --all --check
117
118
security_audit:
119
0 commit comments