diff --git a/.github/workflows/pr_checker.yml b/.github/workflows/pr_checker.yml index 115ece0..6bcab77 100644 --- a/.github/workflows/pr_checker.yml +++ b/.github/workflows/pr_checker.yml @@ -11,7 +11,7 @@ permissions: pull-requests: write jobs: - CheckStyle: + check-style: strategy: matrix: gradle: [checkstyleMain, checkstyleTest]