Skip to content

Commit

Permalink
update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
supinie committed Jun 5, 2024
1 parent b0fc896 commit 7dd6b70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
with:
components: rustfmt
- name: Check formatting
run: cargo fmt
run: cargo fmt --all -- --check

clippy:
name: Clippy
Expand All @@ -70,4 +70,4 @@ jobs:
uses: dtolnay/rust-toolchain@stable
with:
components: clippy
- run: cargo clippy
- run: cargo clippy -- -D warnings

0 comments on commit 7dd6b70

Please sign in to comment.