Skip to content

Commit

Permalink
ci(api): update lint GitHub action
Browse files Browse the repository at this point in the history
  • Loading branch information
bouassaba committed Oct 30, 2024
1 parent 326cc34 commit 33d20ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-on-pr-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
curl -sSLO https://github.com/pinterest/ktlint/releases/download/1.4.0/ktlint && chmod a+x ktlint && sudo mv ktlint /usr/local/bin/
- name: run ktlint
run: |
ktlint --reporter=checkstyle,output=build/ktlint-report.xml 'api/**/*.kt
ktlint --reporter=checkstyle,output=build/ktlint-report.xml "api/**/*.kt"
continue-on-error: true
- uses: yutailang0119/action-ktlint@v4
with:
Expand Down

0 comments on commit 33d20ce

Please sign in to comment.