From a7354ae0fabd03125963bd8fa8d78ae924f9d47c Mon Sep 17 00:00:00 2001 From: FloatingGhost Date: Sat, 12 Aug 2023 15:10:48 +0100 Subject: [PATCH] we need to compile to check linting now --- .woodpecker/test.yml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.woodpecker/test.yml b/.woodpecker/test.yml index d52746929..9e682a98f 100644 --- a/.woodpecker/test.yml +++ b/.woodpecker/test.yml @@ -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}