We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08bf90f commit b038b31Copy full SHA for b038b31
.github/workflows/build_and_test.yml
@@ -21,7 +21,7 @@ jobs:
21
- uses: burrunan/gradle-cache-action@v1
22
name: Gradle build with caches caching
23
with:
24
- arguments: build
+ arguments: check build
25
gradle-version: wrapper
26
properties: |
27
detektAutoCorrect=false
0 commit comments