diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8dd7438a..31988e3c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -82,7 +82,7 @@ jobs: if: ${{ !cancelled()}} uses: gmazzo/publish-report-annotations@v1.11.3 with: - reports: ${{ github.workspace }}/**/build/reports/detekt/*.xml + reports: ${{ github.workspace }}/**/build/reports/ktlint/**/*.xml checkName: Detekt token: ${{ github.token }} workflowSummary: true