Files
kubuntu-ansible/.woodpecker/lint.yml
T
sbstp e8f348bc36
ci/woodpecker/push/lint Pipeline was successful
initial commit
2026-04-30 22:22:14 -04:00

12 lines
194 B
YAML

when:
- event: push
steps:
- name: lint
image: alpine
commands:
- export PATH=$PATH:/root/.local/bin
- apk add --no-cache make pipx
- make setup
- make lint