akkoma/.woodpecker/.lint.yml
FloatingGhost 081b4b279a
Some checks failed
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/test Pipeline was successful
ci/woodpecker/push/release Pipeline failed
only test release
2022-06-11 17:34:13 +01:00

10 lines
198 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:
- tag