Skip to content

Commit

Permalink
Update BuildQualityChecks.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
InfinityDevTech authored Oct 7, 2024
1 parent fd87aea commit 2168c6a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/BuildQualityChecks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,13 @@ jobs:
- uses: dtolnay/rust-toolchain@stable
with:
components: clippy
- uses: auguwu/clippy-[email protected]
- uses: LoliGothick/clippy-check@master
with:
token: ${{ secrets.GITHUB_TOKEN }}
allow: >
nonstandard_macro_braces
mutex_atomic
deny: warnings
# quality:
# runs-on: ubuntu-latest
# steps:
Expand Down

0 comments on commit 2168c6a

Please sign in to comment.