Skip to content

Commit 0d8aec2

Browse files
Merge pull request #159 from striezel-stash/run-clippy-only-on-stable
ci: run clippy only on stable Rust channel
2 parents 81d1861 + ca5a7c2 commit 0d8aec2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ jobs:
7373
with:
7474
command: clippy
7575
args: --all -- -D warnings
76+
if: matrix.rust == 'stable'
7677
- name: Build with docs stub
7778
if: "contains(matrix.os, 'ubuntu') && matrix.php == '8.1'"
7879
env:

0 commit comments

Comments
 (0)