mirror of
https://github.com/paralus/paralus.git
synced 2026-05-07 00:46:52 +00:00
Enabled Format check in CI
This commit is contained in:
4
.github/workflows/go.yml
vendored
4
.github/workflows/go.yml
vendored
@@ -22,8 +22,8 @@ jobs:
|
||||
with:
|
||||
go-version: ${{ matrix.go-version }}
|
||||
|
||||
# - name: Format
|
||||
# run: if [ "$(gofmt -s -l . | wc -l)" -gt 0 ]; then exit 1; fi
|
||||
- name: Format
|
||||
run: if [ "$(gofmt -s -l . | wc -l)" -gt 0 ]; then exit 1; fi
|
||||
|
||||
- name: Test all
|
||||
run: go test -v ./...
|
||||
|
||||
Reference in New Issue
Block a user