Skip to content

Commit

Permalink
check
Browse files Browse the repository at this point in the history
  • Loading branch information
cakevm committed Oct 3, 2024
1 parent 9bf86e6 commit 39e5d48
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/loom.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,12 @@ jobs:

deny:
#if: github.repository == 'dexloom/loom'
name: make deny-check
name: cargo deny check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: EmbarkStudios/cargo-deny-action@v1
- run: make deny-check
with:
log-level: warn
command: check
arguments: --all-features

0 comments on commit 39e5d48

Please sign in to comment.