feat: ci
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
nyyu 2024-07-25 06:58:38 +02:00
parent 72485ffe89
commit b6f36c2363

7
.woodpecker.yaml Normal file
View File

@ -0,0 +1,7 @@
steps:
lint:
image: docker:27.1.1-cli
commands:
- docker-compose config
when:
event: [push, pull_request, manual, tag]