Merge pull request 'remove the docs for stuff i didn't do' (#72) from remove-weird...
[akkoma] / .woodpecker / .lint.yml
1 pipeline:
2 lint:
3 image: pleromaforkci/ci-base:1.13
4 commands:
5 - mix local.hex --force
6 - mix local.rebar --force
7 - mix format --check-formatted
8 when:
9 event:
10 - push