mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-12-23 08:56:29 +00:00
CI add lint-pipeline (#921)
This commit is contained in:
parent
7cf5a1545e
commit
c986c7f5ee
1 changed files with 8 additions and 0 deletions
|
@ -1,4 +1,12 @@
|
|||
pipeline:
|
||||
lint-pipeline:
|
||||
image: woodpeckerci/woodpecker-cli:next-alpine
|
||||
commands:
|
||||
- woodpecker-cli lint
|
||||
when:
|
||||
path:
|
||||
- ".woodpecker/**"
|
||||
|
||||
dummy-web:
|
||||
image: golang:1.17
|
||||
commands:
|
||||
|
|
Loading…
Reference in a new issue