Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
bdon committed Sep 15, 2024
1 parent 9df7c7d commit cfb9cf9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ jobs:
- run: if [ "$(gofmt -s -l . | wc -l)" -gt 0 ]; then exit 1; fi
- run: go vet caddy/pmtiles_proxy.go
- run: go vet main.go
- run: go vet pmtiles/*
- run: go vet ./pmtiles
- name: Run Revive Action by pulling pre-built image
uses: docker://morphy/revive-action:v2
1 change: 0 additions & 1 deletion pmtiles/show_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ package pmtiles
import (
"bytes"
"encoding/json"
"fmt"
"github.com/stretchr/testify/assert"
"log"
"os"
Expand Down

0 comments on commit cfb9cf9

Please sign in to comment.