Skip to content

Commit

Permalink
Install clippy before attempting to run it.
Browse files Browse the repository at this point in the history
  • Loading branch information
Anders429 committed Mar 6, 2024
1 parent 52d550a commit b46a6ce
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/macros.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,6 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@nightly
with:
components: clippy
- run: cd macros && cargo clippy -- --deny warnings

0 comments on commit b46a6ce

Please sign in to comment.