mirror of
https://github.com/jtomchak/akkoma.git
synced 2025-01-18 21:56:04 +01:00
10 lines
199 B
YAML
10 lines
199 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
|