This commit is contained in:
2024-03-10 00:45:16 -06:00
parent 8e2cfc67e3
commit 62e66751d8
2 changed files with 6 additions and 3 deletions

View File

@@ -30,7 +30,8 @@ jobs:
- name: Check Formatting
run: |
gofmt -s -l .
if [ "$(gofmt -s -l . | wc -l)" -gt 0 ]; then exit 1; fi
if [ "$(gofmt -s -l . | wc -l)" -gt 0 ]; then exit 1; fi
- name: Check Lint
uses: golangci/golangci-lint-action@v3
with: