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:
lint:
image: golangci/golangci-lint
commands:
- golangci-lint run
#lint:
# image: golangci/golangci-lint
# commands:
# - golangci-lint run
build:
image: golang
commands: