Skip to content

Commit

Permalink
Clippy workflow fix manifest path
Browse files Browse the repository at this point in the history
Giving the manifest path to clippy so it finds the code
  • Loading branch information
junniest authored Nov 15, 2023
1 parent c860916 commit 3b3c89b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/clippy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ jobs:
- uses: actions-rs/clippy-check@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
args: --all-features
args: --manifest-path ./phylo/Cargo.toml --all-features

0 comments on commit 3b3c89b

Please sign in to comment.