we only actually want to check linting on 1.15/OT26
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-amd64 unknown status
ci/woodpecker/pr/build-arm64 unknown status
ci/woodpecker/pr/docs unknown status
ci/woodpecker/pr/test Pipeline failed

This commit is contained in:
FloatingGhost 2023-08-12 15:21:35 +01:00
parent a7354ae0fa
commit 054ca3dfed

View file

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