Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
rparrett committed Feb 21, 2024
1 parent 8591009 commit 1c67437
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ jobs:
run: cargo update
- name: Check for banned and duplicated dependencies (base)
run: |
set -o history
cargo deny --format json check bans 2>&1 | jq -r -n '[inputs][] | select(.fields.severity != null) | "\(.fields.severity) \(.fields.message)"' | sort > $DENY_OUT_BASE
- uses: actions/checkout@v4
- name: Cargo update (PR)
Expand Down

0 comments on commit 1c67437

Please sign in to comment.