mirror of
https://git.rape.pet/ulith/amputoma.git
synced 2025-02-24 13:43:59 +01:00
10 lines
198 B
YAML
10 lines
198 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:
|
|
- tag
|