Skip to content

Commit

Permalink
(CI) add job_deny
Browse files Browse the repository at this point in the history
  • Loading branch information
jtmoon79 committed Nov 25, 2024
1 parent 19d3013 commit 5c81175
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -377,6 +377,22 @@ jobs:
cargo check --locked --all-targets
cargo check --locked --all-targets --release
job_deny:
name: cargo deny
needs: [job_rust_msrv_os]
runs-on: ubuntu-latest
steps:
- name: git checkout
uses: actions/checkout@v4
- uses: moonrepo/setup-rust@v1
with:
channel: ${{ env.MSRV_UPLOAD }}
bins: cargo-deny
- name: Run cargo-deny.sh
shell: bash
run: ./tools/cargo-deny.sh
continue-on-error: true

job_clippy:
# this job downloads and builds dependency crates
name: clippy
Expand Down

0 comments on commit 5c81175

Please sign in to comment.