mirror of
https://github.com/danog/ext-php-rs.git
synced 2024-11-26 20:15:22 +01:00
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:
commit
0d8aec2a77
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user