mirror of
https://github.com/Suwayomi/Tachidesk.git
synced 2026-01-29 15:04:16 +01:00
Switch to a new Ktlint Formatter (#705)
* Switch to new Ktlint plugin * Add ktlintCheck to PR builds * Run formatter * Put ktlint version in libs toml * Fix lint * Use Zip4Java from libs.toml
This commit is contained in:
2
.github/workflows/build_pull_request.yml
vendored
2
.github/workflows/build_pull_request.yml
vendored
@@ -49,5 +49,5 @@ jobs:
|
||||
uses: gradle/gradle-build-action@v2
|
||||
with:
|
||||
build-root-directory: master
|
||||
arguments: :server:shadowJar --stacktrace
|
||||
arguments: ktlintCheck :server:shadowJar --stacktrace
|
||||
|
||||
|
||||
Reference in New Issue
Block a user