Skip to content

Commit

Permalink
Merge branch 'main' into ryanbutler-orbs-34-create-a-one-liner-to-gen…
Browse files Browse the repository at this point in the history
…erate-a-liveusb-image
  • Loading branch information
TheButlah authored Nov 19, 2024
2 parents 91eb716 + 28f7935 commit a0c5b59
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/rust-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ jobs:
retention-days: 14

cargo-deny:
name: Check licensing
name: Cargo Deny
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # pin@v3
Expand All @@ -242,7 +242,12 @@ jobs:
uname -a
nix develop -c env
- name: Check licenses and security advisories
- name: Check licenses
run: |
nix develop -c \
cargo deny check
cargo deny check licenses
- name: Check security advisories
run: |
nix develop -c \
cargo deny check advisories

0 comments on commit a0c5b59

Please sign in to comment.