diff --git a/.github/workflows/cargo-audit.yml b/.github/workflows/cargo-audit.yml index 7684952..0e6169b 100644 --- a/.github/workflows/cargo-audit.yml +++ b/.github/workflows/cargo-audit.yml @@ -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: >