we need to compile to check linting now
Some checks failed
ci/woodpecker/push/build-amd64 Pipeline is pending
ci/woodpecker/push/build-arm64 Pipeline is pending
ci/woodpecker/push/docs Pipeline is pending
ci/woodpecker/push/test Pipeline is pending
ci/woodpecker/pr/build-arm64 unknown status
ci/woodpecker/pr/build-amd64 unknown status
ci/woodpecker/pr/docs unknown status
ci/woodpecker/pr/test Pipeline failed

This commit is contained in:
FloatingGhost 2023-08-12 15:10:48 +01:00
parent 400bd17bab
commit a7354ae0fa

View file

@ -68,14 +68,6 @@ services:
POSTGRES_PASSWORD: postgres
pipeline:
lint:
<<: *on-pr-open
image: akkoma/ci-base:1.15
commands:
- mix local.hex --force
- mix local.rebar --force
- mix format --check-formatted
build:
image: akkoma/ci-base:${ELIXIR_VERSION}-otp${OTP_VERSION}
<<: *on-pr-open
@ -90,6 +82,7 @@ pipeline:
- mix local.rebar --force
- mix deps.get
- mix compile
- mix format --check-formatted
test:
image: akkoma/ci-base:${ELIXIR_VERSION}-otp${OTP_VERSION}