Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
infiniteregrets committed Sep 17, 2024
1 parent d2b2235 commit 1c08115
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@ jobs:
if: >-
contains(needs.*.result, 'failure') || contains(needs.*.result,
'cancelled') || contains(needs.*.result, 'skipped')
lint:
name: clippy
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
Expand All @@ -43,7 +42,7 @@ jobs:
toolchain: stable
target: x86_64-unknown-linux-gnu
- name: Check format
run: cargo +nightly fmt --all -- --check
run: cargo fmt --all -- --check
- name: Check clippy
run: >-
cargo clippy --workspace --all-features --all-targets -- -D warnings
Expand Down

0 comments on commit 1c08115

Please sign in to comment.