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 3e9842d commit 71464dbCopy full SHA for 71464db
.github/workflows/review-suggest.yml
@@ -37,5 +37,9 @@ jobs:
37
tool_name: spotless
38
# Since "reviewdog/action-suggester" using "spotlessKotlinApply" does not work with forked PR,
39
# perform "spotlessKotlinCheck".
40
+ - name: Make gradlew executable
41
+ run: chmod +x ./gradlew
42
- run: ./gradlew spotlessKotlinCheck
43
44
45
- run: ./gradlew lintDebug
0 commit comments