docker-services/.woodpecker/lint.yml
Maël Gramain b9174a171b
All checks were successful
ci/woodpecker/manual/lint Pipeline was successful
lint
2024-10-20 21:56:46 +02:00

14 lines
432 B
YAML

steps:
lint:
image: debian:stable-slim
commands:
- apt-get update
- apt-get install -y curl
- curl -SL https://github.com/docker/compose/releases/download/v2.20.3/docker-compose-linux-x86_64 -o /usr/local/bin/docker-compose
- chmod +x //usr/local/bin/docker-compose
- sh .ci/lint.sh
when:
- event: pull_request
repo: gnouseu/plakken
- event: push
branch: main