We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd17a8b commit 80518c0Copy full SHA for 80518c0
.github/workflows/build.yml
@@ -458,7 +458,7 @@ jobs:
458
- name: Run Clippy for GitHub Actions report
459
uses: actions-rs-plus/clippy-check@0d83844d8ff1a67b11d384d9dd6adcdcf142a8a7 # v2.2.1
460
with:
461
- args: --workspace --all-targets --all-features --no-deps
+ args: --workspace --all-targets --all-features
462
463
docker-build:
464
name: Build Docker container on ${{ matrix.runs-on }} for ${{ matrix.platform }}
0 commit comments