Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
cakevm committed Oct 3, 2024
1 parent 610caf4 commit d52183c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/loom.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,9 @@ jobs:

deny:
#if: github.repository == 'dexloom/loom'
name: cargo deny
name: make deny-check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: EmbarkStudios/cargo-deny-action@v1
with:
command: check
arguments: --all-features
- run: make deny-check
6 changes: 6 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,12 @@ clippy:
fmt-check:
cargo +stable fmt --all --check

# check licences
.PHONY: deny-check
fmt-check:
cargo deny --all-features check


# check files format with fmt and clippy
.PHONY: pre-release
pre-release:
Expand Down

0 comments on commit d52183c

Please sign in to comment.