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

ci: nicer format check workflow

Signed-off-by: oppiliappan <me@oppi.li>

oppi.li ea559909 7410cf45

verified
Changed files
+2 -1
.tangled
workflows
+2 -1
.tangled/workflows/fmt.yml
··· 14 15 - name: "go fmt" 16 command: | 17 - gofmt -l . 18
··· 14 15 - name: "go fmt" 16 command: | 17 + unformatted=$(gofmt -l .) 18 + test -z "$unformatted" || (echo "$unformatted" && exit 1) 19