Comment out lint step in Woodpecker CI
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Ryan Cavicchioni 2022-09-06 10:32:57 -05:00
parent cb9d8e194f
commit 4068a4ff06
Signed by: ryanc
GPG Key ID: 877EEDAF9245103D

View File

@ -1,9 +1,9 @@
--- ---
pipeline: pipeline:
lint: #lint:
image: golangci/golangci-lint # image: golangci/golangci-lint
commands: # commands:
- golangci-lint run # - golangci-lint run
build: build:
image: golang image: golang
commands: commands: