From b7c6de2b7e8ff3c8fe364a9c772362c3ce346b28 Mon Sep 17 00:00:00 2001 From: adorableco Date: Sun, 6 Oct 2024 13:01:53 +0900 Subject: [PATCH] =?UTF-8?q?Fix:=20cd=20=EB=B9=8C=EB=93=9C=20=EC=8B=9C=20kt?= =?UTF-8?q?LintCheck=20=ED=83=9C=EC=8A=A4=ED=81=AC=20=EC=82=AD=EC=A0=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/develop-cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/develop-cd.yml b/.github/workflows/develop-cd.yml index 5b08a36..1a39f80 100644 --- a/.github/workflows/develop-cd.yml +++ b/.github/workflows/develop-cd.yml @@ -46,7 +46,7 @@ jobs: run: chmod +x gradlew - name: Build with Gradle - run: ./gradlew build -x test + run: ./gradlew build -x test -x ktlintCheck - name: Docker build run: |