mirror of
https://github.com/Team254/cheesy-arena-lite.git
synced 2026-03-09 05:36:45 -04:00
Update test GitHub Action to fail if gofmt makes changes.
This commit is contained in:
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@@ -15,4 +15,4 @@ jobs:
|
||||
- name: Test
|
||||
run: go test ./...
|
||||
- name: Check formatting
|
||||
run: go fmt ./...
|
||||
run: test -z "$(go fmt ./...)"
|
||||
|
||||
Reference in New Issue
Block a user