mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-12-30 09:16:16 -06:00
fiddle with linting
This commit is contained in:
parent
46d2f1aad5
commit
7fed539ecc
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ steps:
|
|||
- name: lint
|
||||
image: golang
|
||||
commands:
|
||||
- go get -u github.com/golangci/golangci-lint/cmd/golangci-lint
|
||||
- curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.41.1
|
||||
- golangci-lint run
|
||||
- name: test
|
||||
image: golang
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue