Skip to content

Commit

Permalink
chore: Fix workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
sugyan committed Dec 2, 2024
1 parent 276fcea commit 7a1c92d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,13 @@ jobs:

- name: Compile (rust-analyzer)
run: cargo build --verbose

- name: Lint (clippy)
uses: giraffate/clippy-action@v1
with:
reporter: "github-pr-check"
github_token: ${{ secrets.GITHUB_TOKEN }}

- name: Format (rustfmt)
if: matrix.rust != 'stable'
run: cargo fmt-no-gen --check

0 comments on commit 7a1c92d

Please sign in to comment.