akkoma/.woodpecker/.lint.yml

11 lines
199 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:
2022-06-11 16:18:52 +00:00
event:
2022-06-11 18:53:36 +00:00
- push