Add some debugging info
This commit is contained in:
parent
1301ecbac2
commit
49b8996bca
@ -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
|
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.59.1
|
||||||
|
|
||||||
- name: Lint
|
- name: Lint
|
||||||
run: golangci-lint run
|
run: |
|
||||||
|
env
|
||||||
|
which go
|
||||||
|
go env
|
||||||
|
golangci-lint run
|
||||||
|
|
||||||
- name: Validate SQL schema
|
- name: Validate SQL schema
|
||||||
uses: playfulpachyderm/sqlite-lint@v0.0.3
|
uses: playfulpachyderm/sqlite-lint@v0.0.3
|
||||||
|
Loading…
x
Reference in New Issue
Block a user