ALPHA: wire is a tool to deploy nixos systems wire.althaea.zone/

fix name of autofix run

+1 -1
+1 -1
.github/workflows/autofix.yml
··· 40 40 key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }} 41 41 - name: clippy --fix 42 42 run: nix develop --print-build-logs -v --command cargo clippy --fix 43 - - name: nix fmt 43 + - name: pre-commit run 44 44 run: nix develop --print-build-logs -v --command pre-commit run --all-files 45 45 continue-on-error: true 46 46 - name: Upgrade Hash