mirror of
https://github.com/XTLS/Xray-core.git
synced 2024-11-14 16:59:19 +02:00
Chore: format check
This commit is contained in:
parent
83bab5dd90
commit
068d67cd53
|
@ -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 ./...
|
||||
|
|
Loading…
Reference in New Issue