forked from iarv/offline-map-tile-downloader
Fix: fmt
This commit is contained in:
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
@@ -18,6 +18,14 @@ jobs:
|
||||
- name: 🔧 Setup go
|
||||
uses: actions/setup-go@v5
|
||||
|
||||
- name: 🧝♀️ Check formatting
|
||||
run: |
|
||||
if [ "$(gofmt -l . | wc -l)" -gt 0 ]; then
|
||||
echo "Go files are not formatted:"
|
||||
gofmt -d .
|
||||
exit 1
|
||||
fi
|
||||
|
||||
# https://github.com/marketplace/actions/run-golangci-lint
|
||||
- name: 🌡️ Lint
|
||||
uses: golangci/golangci-lint-action@v8
|
||||
|
||||
Reference in New Issue
Block a user