Merge pull request #159 from striezel-stash/run-clippy-only-on-stable

ci: run clippy only on stable Rust channel
This commit is contained in:
Tobias Bengtsson 2022-09-28 23:02:39 +02:00 committed by GitHub
commit 0d8aec2a77
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -73,6 +73,7 @@ jobs:
with:
command: clippy
args: --all -- -D warnings
if: matrix.rust == 'stable'
- name: Build with docs stub
if: "contains(matrix.os, 'ubuntu') && matrix.php == '8.1'"
env: