mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-12-30 00:46:15 -06:00
messing about with drone.yml
This commit is contained in:
parent
7fed539ecc
commit
6f2cb1b9ad
1 changed files with 2 additions and 3 deletions
|
|
@ -3,10 +3,9 @@ type: docker
|
|||
name: default
|
||||
steps:
|
||||
- name: lint
|
||||
image: golang
|
||||
image: golangci/golangci-lint:v1.41.1
|
||||
commands:
|
||||
- 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
|
||||
- golangci-lint run --timeout 5m0s --tests=false
|
||||
- name: test
|
||||
image: golang
|
||||
environment:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue