Skip to content

Commit

Permalink
Update review-suggest.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hoc081098 authored Apr 24, 2022
1 parent 3e9842d commit 71464db
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/review-suggest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,9 @@ jobs:
tool_name: spotless
# Since "reviewdog/action-suggester" using "spotlessKotlinApply" does not work with forked PR,
# perform "spotlessKotlinCheck".
- name: Make gradlew executable
run: chmod +x ./gradlew
- run: ./gradlew spotlessKotlinCheck
- name: Make gradlew executable
run: chmod +x ./gradlew
- run: ./gradlew lintDebug

0 comments on commit 71464db

Please sign in to comment.