Merge pull request 'Improvements in the woodpecker pipeline (#20)' (#21) from feat/#20 into master
ci/woodpecker/push/lint Pipeline was successful Details
ci/woodpecker/push/build Pipeline was successful Details

Reviewed-on: #21
This commit is contained in:
Aire-One 2022-10-23 19:17:18 +02:00
commit b63e734194
2 changed files with 13 additions and 0 deletions

View File

@ -23,3 +23,5 @@ pipeline:
# commands:
# - apk add tree
# - tree generated
branches: master

View File

@ -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