mirror of
https://github.com/Team254/cheesy-arena-lite.git
synced 2026-03-09 13:46:44 -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
|
- name: Test
|
||||||
run: go test ./...
|
run: go test ./...
|
||||||
- name: Check formatting
|
- name: Check formatting
|
||||||
run: go fmt ./...
|
run: test -z "$(go fmt ./...)"
|
||||||
|
|||||||
Reference in New Issue
Block a user