Skip to content

Commit

Permalink
chore: fix reuse script
Browse files Browse the repository at this point in the history
  • Loading branch information
jinsu4755 committed Aug 30, 2023
1 parent 13e9f99 commit de2d03b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle-task.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ jobs:
run: ./gradlew copyConfig

- name: Run Gradle Task
run: ./gradle ${{matrix.gradle.task}}
run: ./gradle ${{matrix.gradle}}
2 changes: 2 additions & 0 deletions .github/workflows/pr_checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
matrix:
gradle: [checkstyleMain, checkstyleTest]
uses: ./.github/workflows/gradle-task.yml
with:
target :${{ matrix.gradle }}

# checkstyle:
# needs: common
Expand Down

0 comments on commit de2d03b

Please sign in to comment.