forked from tangled.org/core
this repo has no description

ci: check formatting with treefmt

Signed-off-by: Winter <winter@winter.cafe>

authored by winter.bsky.social and committed by Tangled dfc91bcd 86d0b406

Changed files
+2 -13
.tangled
workflows
+2 -13
.tangled/workflows/fmt.yml
··· 2 2 - event: ["push", "pull_request"] 3 3 branch: ["master"] 4 4 5 - dependencies: 6 - nixpkgs: 7 - - go 8 - - alejandra 9 - 10 5 steps: 11 - - name: "nix fmt" 6 + - name: "Check formatting" 12 7 command: | 13 - alejandra -c nix/**/*.nix flake.nix 14 - 15 - - name: "go fmt" 16 - command: | 17 - unformatted=$(gofmt -l .) 18 - test -z "$unformatted" || (echo "$unformatted" && exit 1) 19 - 8 + nix run .#fmt -- --ci