Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/talk-android.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Scherzinger <info@andy-scherzinger.de>2022-03-17 15:46:44 +0300
committerAndy Scherzinger <info@andy-scherzinger.de>2022-03-17 15:46:44 +0300
commiteb67a31bd1476974e6f8644313c68de181b286f2 (patch)
treea9ae235f9705e60fd091685ca71877ef41629b63 /.github
parentd1d6898ffbc5ab7d9c4915c91ffe083977210d0a (diff)
Use ktlint plugin instead of manual ktlint tasks
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/check.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml
index 940454d34..c724b0cfd 100644
--- a/.github/workflows/check.yml
+++ b/.github/workflows/check.yml
@@ -10,7 +10,7 @@ jobs:
strategy:
fail-fast: false
matrix:
- task: [ detekt, ktlint ]
+ task: [ detekt, ktlintCheck ]
steps:
- uses: actions/checkout@v3
- name: Set up JDK 8