Add some debugging info
Some checks failed
Build / build (push) Failing after 1m13s
Build / release (push) Has been skipped

This commit is contained in:
Alessio 2025-02-19 19:10:38 -08:00
parent 1301ecbac2
commit 49b8996bca

View File

@ -24,7 +24,11 @@ jobs:
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.59.1
- name: Lint
run: golangci-lint run
run: |
env
which go
go env
golangci-lint run
- name: Validate SQL schema
uses: playfulpachyderm/sqlite-lint@v0.0.3