initial commit
ci/woodpecker/push/lint Pipeline was successful

This commit is contained in:
2026-04-30 22:22:14 -04:00
commit e8f348bc36
15 changed files with 214 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
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