mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-04-26 21:44:44 +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:
|
pipeline:
|
||||||
|
lint-pipeline:
|
||||||
|
image: woodpeckerci/woodpecker-cli:next-alpine
|
||||||
|
commands:
|
||||||
|
- woodpecker-cli lint
|
||||||
|
when:
|
||||||
|
path:
|
||||||
|
- ".woodpecker/**"
|
||||||
|
|
||||||
dummy-web:
|
dummy-web:
|
||||||
image: golang:1.17
|
image: golang:1.17
|
||||||
commands:
|
commands:
|
||||||
|
|
Loading…
Reference in a new issue