Skip to content

Commit 7a1c92d

Browse files
committed
chore: Fix workflows
1 parent 276fcea commit 7a1c92d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: .github/workflows/rust.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,13 @@ jobs:
4141

4242
- name: Compile (rust-analyzer)
4343
run: cargo build --verbose
44-
44+
4545
- name: Lint (clippy)
4646
uses: giraffate/clippy-action@v1
4747
with:
4848
reporter: "github-pr-check"
4949
github_token: ${{ secrets.GITHUB_TOKEN }}
5050

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

0 commit comments

Comments
 (0)