From 4ed79a7eece31995a6ca8e7fbca8825d1d68a1cc Mon Sep 17 00:00:00 2001 From: "Merlin (they/them)" <124289716+merlinpaypal@users.noreply.github.com> Date: Wed, 27 Sep 2023 12:08:09 -0400 Subject: [PATCH] Fix path --- .github/workflows/lint.yml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 44b8cc4c..415aa84a 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -24,13 +24,8 @@ jobs: - name: Run Lint run: ./gradlew ktLint - - name: Get Library Lint Reports + - name: Get Lint Reports uses: yutailang0119/action-ktlint@v3 with: - report-path: library/build/reports/ktlint/*.xml - - - name: Get Demo Lint Reports - uses: yutailang0119/action-ktlint@v3 - with: - report-path: demo/build/reports/ktlint/*.xml + report-path: build/reports/ktlint/*.xml continue-on-error: false