diff --git a/.github/workflows/propose_osc_changes.yml b/.github/workflows/propose_osc_changes.yml index 228c7ab7..e193e01c 100644 --- a/.github/workflows/propose_osc_changes.yml +++ b/.github/workflows/propose_osc_changes.yml @@ -68,7 +68,7 @@ jobs: - name: Try to compile the target repo working-directory: target-repo run: | - cargo clippy --allow-dirty --all-features + cargo clippy --fix --allow-dirty --all-features cargo b --all-features cargo t