diff --git a/.github/workflows/pr.checkstyle.yml b/.github/workflows/pr.checkstyle.yml index b75defc5..100efc0b 100644 --- a/.github/workflows/pr.checkstyle.yml +++ b/.github/workflows/pr.checkstyle.yml @@ -5,5 +5,5 @@ on: types: [opened, synchronize] jobs: - test: + checkstyle: uses: ./.github/workflows/generic.checkstyle.yml