diff --git a/.github/workflows/autofix.yml b/.github/workflows/autofix.yml index 66ea096..ded002d 100644 --- a/.github/workflows/autofix.yml +++ b/.github/workflows/autofix.yml @@ -40,7 +40,7 @@ jobs: key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }} - name: clippy --fix run: nix develop --print-build-logs -v --command cargo clippy --fix - - name: nix fmt + - name: pre-commit run run: nix develop --print-build-logs -v --command pre-commit run --all-files continue-on-error: true - name: Upgrade Hash