Skip to content

Commit

Permalink
Fix clippy?
Browse files Browse the repository at this point in the history
  • Loading branch information
thedocruby committed Nov 5, 2023
1 parent 67e3aad commit d1f65e9
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 54 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/clippy-check.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
on: push
name: Clippy check

# Make sure CI fails on all warnings, including Clippy lints
env:
RUSTFLAGS: "-Dwarnings"

jobs:
clippy_check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run Clippy
run: cargo clippy --all-targets --all-features
54 changes: 0 additions & 54 deletions .github/workflows/rust-clippy.yml

This file was deleted.

0 comments on commit d1f65e9

Please sign in to comment.