Skip to content

Commit

Permalink
Fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
merlinpaypal committed Sep 27, 2023
1 parent 8fc1ee4 commit 4ed79a7
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 4ed79a7

Please sign in to comment.