Skip to content

Commit

Permalink
Updates: workflow passing arguments to not return error on lint
Browse files Browse the repository at this point in the history
  • Loading branch information
korvyashka committed May 16, 2024
1 parent 209c570 commit 07c9b37
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
uses: actions-rs/clippy-check@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
args: --all-targets --all-features -- -D warnings
- name: rust-fmt-check
uses: actions-rust-lang/rustfmt@v1
with:
Expand Down

0 comments on commit 07c9b37

Please sign in to comment.