Skip to content

Commit

Permalink
ci: add cargo deny to lint check
Browse files Browse the repository at this point in the history
  • Loading branch information
ifiokjr committed Aug 28, 2024
1 parent b513b02 commit 542278f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions devenv.nix
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
set -e
fix:clippy
fix:format
cargo deny check
'';
scripts."fix:format".exec = ''
set -e
Expand All @@ -61,6 +62,7 @@
set -e
lint:clippy
lint:format
cargo deny check
'';
scripts."lint:format".exec = ''
set -e
Expand Down

0 comments on commit 542278f

Please sign in to comment.