Fix gofmt invocation in workflow

This commit is contained in:
Justin Johnson
2022-03-26 17:34:30 -05:00
parent 3ff014e69d
commit 6b0c10c99b

View File

@@ -24,4 +24,4 @@ jobs:
- name: Run tests
run: go test -v ./...
- name: Check formatted
run: "! gofmt -l ."
run: gofmt -l .