1
0
Fork 1
mirror of https://akkoma.dev/AkkomaGang/akkoma.git synced 2024-09-11 14:17:21 +01:00
akkoma/.woodpecker/.lint.yml
FloatingGhost ff8922f292 Add CI
2022-06-10 13:37:41 +01:00

10 lines
210 B
YAML

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]