From bb817d7c633964c2d9001e5994feb41939e79998 Mon Sep 17 00:00:00 2001 From: jinsu4755 Date: Wed, 30 Aug 2023 18:05:37 +0900 Subject: [PATCH] chore: change pr checker jobs name --- .github/workflows/pr_checker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]