Skip to content

Commit

Permalink
Update build-pull-request.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
acodili-jg authored May 10, 2024
1 parent d43a0d3 commit 05737ef
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions .github/workflows/build-pull-request.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

0 comments on commit 05737ef

Please sign in to comment.