Chore: format check

This commit is contained in:
o0HalfLife0o 2024-11-10 02:21:32 +08:00
parent 83bab5dd90
commit 068d67cd53

View File

@ -40,5 +40,8 @@ jobs:
path: resources
key: xray-geodat-
enableCrossOsArchive: true
- name: Format
if: matrix.os == 'ubuntu-latest'
run: if [ "$(gofmt -s -l . | wc -l)" -gt 0 ]; then echo "::error ::Please run 'gofmt -w .' on the project root" && exit 1; fi
- name: Test
run: go test -timeout 1h -v ./...