We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7639b5 commit b4b0f68Copy full SHA for b4b0f68
.github/workflows/ci.yaml
@@ -38,5 +38,5 @@ jobs:
38
- name: Check Gradle wrapper
39
uses: gradle/wrapper-validation-action@v3
40
41
- - name: Run Detekt
42
- run: ./gradlew detekt
+ - name: Build
+ run: ./gradlew build
0 commit comments