tangled
alpha
login
or
join now
althaea.zone
/
wire
2
fork
atom
ALPHA: wire is a tool to deploy nixos systems
wire.althaea.zone/
2
fork
atom
overview
issues
pulls
pipelines
fix name of autofix run
marshmallow
3 months ago
4c1c7735
f8fb9835
+1
-1
1 changed file
expand all
collapse all
unified
split
.github
workflows
autofix.yml
+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
43
-
- name: nix fmt
43
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