pleroma/.woodpecker/.lint.yml
FloatingGhost 0b907ca861 run on tag
2022-06-11 18:12:48 +01:00

11 lines
199 B
YAML

pipeline:
lint:
image: pleromaforkci/ci-base:1.13
commands:
- mix local.hex --force
- mix local.rebar --force
- mix format --check-formatted
when:
event:
- push