diff --git a/.github/workflows/app-lint.yaml b/.github/workflows/app-lint.yaml index a52715a7..af05b15a 100644 --- a/.github/workflows/app-lint.yaml +++ b/.github/workflows/app-lint.yaml @@ -1,4 +1,4 @@ -name: Lint library code +name: Check library code on: push: @@ -18,8 +18,8 @@ jobs: distribution: temurin java-version: 11 cache: gradle - - name: Run detekt and lint tasks - run: ./gradlew --build-cache --no-daemon --info detekt lint + - name: Run check task + run: ./gradlew --build-cache --no-daemon --info :library:check - name: Upload SARIF files uses: github/codeql-action/upload-sarif@v1 if: ${{ always() }}