Skip to content

Commit

Permalink
add CI for checking formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
bdon committed Sep 22, 2023
1 parent 72a7c2a commit 0d02e13
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ jobs:
with:
go-version: '^1.18.0'
- run: go test ./pmtiles
- run: if [ "$(gofmt -s -l . | wc -l)" -gt 0 ]; then exit 1; fi

0 comments on commit 0d02e13

Please sign in to comment.