Skip to content

Commit

Permalink
fix github action (probably, lol)
Browse files Browse the repository at this point in the history
  • Loading branch information
Khenziii committed Jan 20, 2024
1 parent d653fda commit 757616f
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
on: push
name: 🧐 Clippy Check

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

jobs:
clippy-check:
runs-on: ubuntu-latest
env:
RUSTFLAGS: "-Dwarnings"
steps:
- uses: actions/checkout@v3
- name: Checkout code
uses: actions/checkout@v3

- name: Run Clippy
run: cargo clippy --all-targets --all-features

0 comments on commit 757616f

Please sign in to comment.