Skip to content

Commit

Permalink
Update build-commit.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
acodili-jg authored May 10, 2024
1 parent 5f6471d commit d43a0d3
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions .github/workflows/build-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,20 +14,20 @@ jobs:
uses: actions/checkout@v4
- name: Clippy
run: |
rustup
component
add
clippy
&&
cargo
clippy
--lib
--bins
--verbose
--
-Wclippy::pedantic
-Wclippy::nursery
-Wclippy::expect_used
rustup \
component \
add \
clippy \
&& \
cargo \
clippy \
--lib \
--bins \
--verbose \
-- \
-Wclippy::pedantic \
-Wclippy::nursery \
-Wclippy::expect_used \
-Wclippy::unwrap_used
- name: Build
run: cargo build --release --verbose
Expand Down

0 comments on commit d43a0d3

Please sign in to comment.