diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 267946e..75dd2e4 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -62,7 +62,7 @@ jobs: path: '**/build/test-results/test*UnitTest/**.xml' - name: Check lint - run: ./gradlew :app:lintProdRelease :lint:lint + run: ./gradlew :app:lintProdRelease - name: Upload lint reports (HTML) if: ${{ !cancelled() }} @@ -75,4 +75,4 @@ jobs: if: ${{ !cancelled() && hashFiles('**/*.sarif') != '' }} uses: github/codeql-action/upload-sarif@v3 with: - sarif_file: './' \ No newline at end of file + sarif_file: './'