Update Cwtch #100

Merged
sarah merged 4 commits from cwtch_update into trunk 2022-11-30 18:47:20 +00:00
1 changed files with 2 additions and 2 deletions
Showing only changes of commit 3a15d75011 - Show all commits

View File

@ -10,6 +10,7 @@ steps:
- name: deps
path: /go
commands:
- go install honnef.co/go/tools/cmd/staticcheck@latest
- wget https://git.openprivacy.ca/openprivacy/buildfiles/raw/master/tor/tor
- wget https://git.openprivacy.ca/openprivacy/buildfiles/raw/master/tor/torrc
- chmod a+x tor
@ -30,8 +31,7 @@ steps:
- name: deps
path: /go
commands:
- go list ./... | xargs go vet
- go list ./... | xargs golint
- staticcheck ./...
#Todo: fix all the lint errors and add `-set_exit_status` above to enforce linting
- name: build-linux