Skip to content

Commit

Permalink
Deny warnings turn into errors to prevent duplicates.
Browse files Browse the repository at this point in the history
  • Loading branch information
DFINITYManu committed Sep 5, 2024
1 parent eeb6371 commit 9f56d98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ runs:
echo Installing cargo-deny >&2
cargo install --quiet cargo-deny
}
cargo deny check
cargo deny check -D warnings
shell: bash

- name: "Build and repin"
Expand Down

0 comments on commit 9f56d98

Please sign in to comment.