Skip to content

Commit

Permalink
Ktlint 0.43
Browse files Browse the repository at this point in the history
### What's done:
* Use ktlint fat jar from maven central, because the one at GH releases is broken
  • Loading branch information
petertrr committed Nov 8, 2021
1 parent 86a7d3e commit 7ef53cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
continue-on-error: true
if: ${{ runner.os == 'Linux' || runner.os == 'macOS' }}
run: |
./ktlint -R diktat-${{ env.DIKTAT_VERSION }}.jar --disabled_rules=standard "$PWD/examples/maven/src/main/kotlin/Test.kt" &> out.txt
java -jar ktlint -R diktat-${{ env.DIKTAT_VERSION }}.jar --disabled_rules=standard "$PWD/examples/maven/src/main/kotlin/Test.kt" &> out.txt
shell: bash

- name: Run diKTat from cli on windows (absolute paths)
Expand Down

0 comments on commit 7ef53cf

Please sign in to comment.