mirror of
https://github.com/danog/ext-php-rs.git
synced 2024-11-27 04:24:54 +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:
|
with:
|
||||||
command: clippy
|
command: clippy
|
||||||
args: --all -- -D warnings
|
args: --all -- -D warnings
|
||||||
|
if: matrix.rust == 'stable'
|
||||||
- name: Build with docs stub
|
- name: Build with docs stub
|
||||||
if: "contains(matrix.os, 'ubuntu') && matrix.php == '8.1'"
|
if: "contains(matrix.os, 'ubuntu') && matrix.php == '8.1'"
|
||||||
env:
|
env:
|
||||||
|
Loading…
Reference in New Issue
Block a user