Skip to content

Commit

Permalink
Do not fail CI when there are only allowed licenses.
Browse files Browse the repository at this point in the history
  • Loading branch information
ISibboI committed Dec 13, 2023
1 parent aee9ec7 commit 5a8d3ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cargo-audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
END
- name: Remove allowed licenses
run: grep -v -f allowed-licenses.txt licenses.txt > unknown-licenses.txt
run: grep -v -f allowed-licenses.txt licenses.txt > unknown-licenses.txt || echo "All used licenses are allowed"

- name: Assert that there are no unknown licenses
run: >
Expand Down

0 comments on commit 5a8d3ca

Please sign in to comment.