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

ci: pre-commit-check to pre-commit

Signed-off-by: marshmallow <github@althaea.zone>

authored by marshmallow and committed by marshmallow.tngl.sh fa8ea232 a613260b

+1 -1
+1 -1
.github/workflows/test.yml
··· 8 8 strategy: 9 9 matrix: 10 10 # check: [pre-commit-check, nixos-tests] 11 - check: [pre-commit-check] 11 + check: [pre-commit] 12 12 timeout-minutes: 20 13 13 steps: 14 14 - uses: actions/checkout@v4