Skip to content

Commit

Permalink
chore(ci): switch back to official cargo-deny action
Browse files Browse the repository at this point in the history
  • Loading branch information
dnaka91 committed Dec 26, 2023
1 parent 5e97d3f commit ceea65a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,7 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Setup Rust
uses: dtolnay/rust-toolchain@stable
- name: Check ${{ matrix.checks }}
uses: dnaka91/actions/deny-check@main
uses: EmbarkStudios/cargo-deny-action@v1
with:
checks: ${{ matrix.checks }}
command: check ${{ matrix.checks }}

0 comments on commit ceea65a

Please sign in to comment.