akkoma/.woodpecker/.lint.yml

10 lines
210 B
YAML
Raw Normal View History

2022-06-10 12:37:41 +00:00
pipeline:
lint:
image: pleromaforkci/ci-base:1.13
commands:
- mix local.hex --force
- mix local.rebar --force
- mix format --check-formatted
when:
event: [push, tag, deployment]