Fix gofmt invocation in workflow
This commit is contained in:
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@@ -24,4 +24,4 @@ jobs:
|
||||
- name: Run tests
|
||||
run: go test -v ./...
|
||||
- name: Check formatted
|
||||
run: "! gofmt -l ."
|
||||
run: gofmt -l .
|
||||
|
||||
Reference in New Issue
Block a user