Skip to content

Commit 71464db

Browse files
authored
Update review-suggest.yml
1 parent 3e9842d commit 71464db

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/review-suggest.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,9 @@ jobs:
3737
tool_name: spotless
3838
# Since "reviewdog/action-suggester" using "spotlessKotlinApply" does not work with forked PR,
3939
# perform "spotlessKotlinCheck".
40+
- name: Make gradlew executable
41+
run: chmod +x ./gradlew
4042
- run: ./gradlew spotlessKotlinCheck
43+
- name: Make gradlew executable
44+
run: chmod +x ./gradlew
4145
- run: ./gradlew lintDebug

0 commit comments

Comments
 (0)