akkoma/.woodpecker/.lint.yml

11 lines
199 B
YAML
Raw Normal View History

2022-06-10 06:37:41 -06: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 10:18:52 -06:00
event:
2022-06-11 12:53:36 -06:00
- push