Skip to content

Commit

Permalink
ci: add cargo-deny (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewgazelka authored Mar 24, 2024
1 parent ed1aa3d commit f87067a
Show file tree
Hide file tree
Showing 11 changed files with 603 additions and 498 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,25 @@ jobs:

- name: Run cargo nextest
run: cargo nextest run

deny:
runs-on: ubuntu-latest

steps:
- name: Checkout repository
uses: actions/checkout@v4

- uses: dtolnay/rust-toolchain@nightly

- uses: Swatinem/rust-cache@v2

- name: Install cargo-deny
run: cargo install cargo-deny

- name: Run cargo deny
run: |
cargo deny check
fmt:
runs-on: ubuntu-latest

Expand Down
Loading

0 comments on commit f87067a

Please sign in to comment.