Skip to content

Commit

Permalink
ci: always run license checks (MystenLabs#1117)
Browse files Browse the repository at this point in the history
  • Loading branch information
bmwill authored Mar 29, 2022
1 parent 0f0c993 commit 92d5b32
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,13 @@ jobs:
with:
command: fmt
args: --all -- --check
- name: license-check
run: scripts/license_check.sh

license-check:
name: license-check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: scripts/license_check.sh

cargo-deny:
name: cargo-deny (advisories, licenses, bans, ...)
Expand Down

0 comments on commit 92d5b32

Please sign in to comment.