Skip to content

Commit 519f8c5

Browse files
authored
fix(ci): run clippy directly (#140)
1 parent 84f01fc commit 519f8c5

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -154,10 +154,8 @@ jobs:
154154
toolchain: stable
155155
override: true
156156
components: clippy
157-
- uses: actions-rs/clippy-check@v1
158-
with:
159-
token: ${{ secrets.GITHUB_TOKEN }}
160-
args: --all-features --all-targets
157+
- name: clippy check
158+
run: cargo clippy --message-format=json --all-features --all-targets
161159

162160
msrv:
163161
name: Minimal Supported Rust Version

0 commit comments

Comments
 (0)