Improvements in the woodpecker pipeline (#20) #21
|
@ -23,3 +23,5 @@ pipeline:
|
|||
# commands:
|
||||
# - apk add tree
|
||||
# - tree generated
|
||||
|
||||
branches: master
|
||||
|
|
|
@ -9,6 +9,15 @@ variables:
|
|||
- "**/*.tl"
|
||||
|
||||
pipeline:
|
||||
# lint-pipeline:
|
||||
# image: woodpeckerci/woodpecker-cli:next-alpine
|
||||
# group: lint
|
||||
# commands:
|
||||
# - woodpecker-cli lint .woodpecker/*.yml
|
||||
# when:
|
||||
# path:
|
||||
# - ".woodpecker/**"
|
||||
|
||||
lint-lua:
|
||||
image: ghcr.io/lunarmodules/luacheck:v0.26.1
|
||||
group: lint
|
||||
|
@ -36,3 +45,5 @@ pipeline:
|
|||
- just check-teal
|
||||
when:
|
||||
path: *when_path_teal
|
||||
|
||||
branches: master
|
||||
|
|
Loading…
Reference in New Issue