forked from AkkomaGang/akkoma
10 lines
210 B
YAML
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]
|