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

Configure Feed

Select the types of activity you want to include in your feed.

autofix: upgrade hash last to avoid dirty files

+3 -3
+3 -3
.github/workflows/autofix.yml
··· 38 38 ~/.cargo/registry/cache/ 39 39 ~/.cargo/git/db/ 40 40 key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }} 41 - - name: Upgrade Hash 42 - if: ${{ needs.check-changes.outputs.docs-pnpm == 'true' }} 43 - run: bash ./doc/upgrade.sh 44 41 - name: clippy --fix 45 42 run: nix develop --print-build-logs -v --command cargo clippy --fix 46 43 - name: nix fmt 47 44 run: nix develop --print-build-logs -v --command pre-commit run --all-files 48 45 continue-on-error: true 46 + - name: Upgrade Hash 47 + if: ${{ needs.check-changes.outputs.docs-pnpm == 'true' }} 48 + run: bash ./doc/upgrade.sh 49 49 - uses: autofix-ci/action@635ffb0c9798bd160680f18fd73371e355b85f27