Skip to content

Commit

Permalink
Fix manifest-path for deny action
Browse files Browse the repository at this point in the history
  • Loading branch information
swsnr committed Mar 11, 2024
1 parent eda603e commit 54c7f5a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ jobs:
# engine tho)
- uses: EmbarkStudios/cargo-deny-action@v1
with:
arguments: "--manifest-path ./pulldown-cmark-mdcat/Cargo.toml --no-default-features --features regex-fancy"
arguments: "--no-default-features --features regex-fancy"
manifest-path: "./pulldown-cmark-mdcat/Cargo.toml"
# Test mdcat in its default configuration (this implicitly checks the
# default configuration of our libraries)
- uses: EmbarkStudios/cargo-deny-action@v1
Expand Down

0 comments on commit 54c7f5a

Please sign in to comment.