chore: Check file format in GitHub workflow
This commit is contained in:
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@@ -23,3 +23,5 @@ jobs:
|
||||
go env
|
||||
- name: Run tests
|
||||
run: go test -v ./...
|
||||
- name: Check formatted
|
||||
run: "! gofmt -l ."
|
||||
|
||||
Reference in New Issue
Block a user