From 04a8e8fd2e6cc643c6d217d3371de58c1ce7a629 Mon Sep 17 00:00:00 2001 From: Rohan Sircar Date: Sun, 18 Apr 2021 17:58:22 +0530 Subject: [PATCH] Add lint stage --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e42648c..11b7158 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -45,13 +45,13 @@ jobs: java-version: adopt@1.11 - name: Migrate run: csbt flyway/flywayMigrate + - name: Lint + run: csbt scalafmtCheckAll - name: Compile run: | csbt "compile; test:compile" - name: Run Tests run: | - echo $GITHUB_REF - echo ${GITHUB_REF#refs/*/} csbt test publish: name: Publish Release Docker Image