aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/renovate.json12
-rw-r--r--.github/workflows/pull_request.yml2
2 files changed, 1 insertions, 13 deletions
diff --git a/.github/renovate.json b/.github/renovate.json
index e5164f72..43df9a80 100644
--- a/.github/renovate.json
+++ b/.github/renovate.json
@@ -20,17 +20,5 @@
],
"enabled": false
}
- ],
- "regexManagers": [
- {
- "fileMatch": [
- "build-logic/kotlin-plugins/src/main/kotlin/app/passwordstore/gradle/SpotlessPlugin.kt"
- ],
- "matchStrings": [
- "KTFMT_VERSION = \"(?<currentValue>.*)\""
- ],
- "datasourceTemplate": "maven",
- "depNameTemplate": "com.facebook:ktfmt"
- }
]
}
diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml
index 368aaf2f..08209f83 100644
--- a/.github/workflows/pull_request.yml
+++ b/.github/workflows/pull_request.yml
@@ -42,7 +42,7 @@ jobs:
if: "${{ steps.service-changed.outputs.result == 'true' }}"
uses: gradle/gradle-build-action@v2.3.3
with:
- arguments: spotlessCheck
+ arguments: ktfmtCheck
gradle-home-cache-cleanup: true
- name: Upload Kotlin build report