mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2026-04-15 01:41:56 +00:00
disable lint step
This commit is contained in:
@@ -30,13 +30,13 @@ pipeline:
|
||||
when:
|
||||
path: *when_path
|
||||
|
||||
lint:
|
||||
image: *golang_image
|
||||
group: test
|
||||
commands:
|
||||
- make lint
|
||||
when:
|
||||
path: *when_path
|
||||
# lint:
|
||||
# image: *golang_image
|
||||
# group: test
|
||||
# commands:
|
||||
# - make lint
|
||||
# when:
|
||||
# path: *when_path
|
||||
|
||||
test:
|
||||
image: *golang_image
|
||||
|
||||
Reference in New Issue
Block a user