diff --git a/.woodpecker/build.yml b/.woodpecker/build.yml index 7f586a5..0383ef3 100644 --- a/.woodpecker/build.yml +++ b/.woodpecker/build.yml @@ -23,3 +23,5 @@ pipeline: # commands: # - apk add tree # - tree generated + +branches: master diff --git a/.woodpecker/lint.yml b/.woodpecker/lint.yml index 4cf754e..2bb700b 100644 --- a/.woodpecker/lint.yml +++ b/.woodpecker/lint.yml @@ -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