akkoma/.woodpecker/.lint.yml

11 lines
198 B
YAML
Raw Normal View History

2022-06-10 14:37:41 +02: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 18:18:52 +02:00
event:
2022-06-11 20:37:24 +02:00
- tag