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