mirror of
https://github.com/outbackdingo/optimclaw.git
synced 2026-08-26 23:50:17 +00:00
fix: use cargo-deny action in CI, improve quality gate script
- Use EmbarkStudios/cargo-deny-action@v2 instead of cargo install for faster CI execution - Fix quality_gate_strict.sh to check for cargo-deny availability instead of suppressing stderr Co-Authored-By: Claude Opus 4.6 <[email protected]>
This commit is contained in:
@@ -22,10 +22,8 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v6
|
||||
- name: Install cargo-deny
|
||||
run: cargo install cargo-deny
|
||||
- name: Run cargo deny
|
||||
run: cargo deny check
|
||||
uses: EmbarkStudios/cargo-deny-action@v2
|
||||
|
||||
clippy:
|
||||
name: Clippy (${{ matrix.name }})
|
||||
|
||||
Reference in New Issue
Block a user