Skip to content

Commit fa1a259

Browse files
committed
Update CI config
1 parent c9b3a29 commit fa1a259

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -102,18 +102,15 @@ jobs:
102102
- uses: actions/checkout@v3
103103
- name: Install Rust
104104
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
105+
- run: cargo clippy --all-features
109106

110107
fmt:
111108
runs-on: ubuntu-latest
112109
steps:
113110
- uses: actions/checkout@v3
114111
- name: Install Rust
115112
run: rustup update stable
116-
- run: cargo fmt --all -- --check
113+
- run: cargo fmt --all --check
117114

118115
security_audit:
119116
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)