Skip to content

Commit

Permalink
Run ktlint in debug mode
Browse files Browse the repository at this point in the history
  • Loading branch information
lauzadis committed Oct 19, 2023
1 parent a0aedc6 commit 454381c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ jobs:
uses: actions/checkout@v4
- name: Lint ${{ env.PACKAGE_NAME }}
run: |
./gradlew ktlint
./gradlew ktlint --debug

0 comments on commit 454381c

Please sign in to comment.