Skip to content

Commit

Permalink
Merging clippy.yml workflow into rust.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
oestradiol committed Sep 18, 2024
1 parent 6b55832 commit 91b8545
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 20 deletions.
18 changes: 0 additions & 18 deletions .github/workflows/clippy.yml

This file was deleted.

10 changes: 8 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,12 @@ jobs:

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

- name: rustfmt

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

- name: Format (rustfmt)
run: cargo fmt-no-gen

0 comments on commit 91b8545

Please sign in to comment.