From 49fcadf434c47f0ea1ffc1db51ab8a7a8267e94e Mon Sep 17 00:00:00 2001 From: Jeremy Wood Date: Wed, 6 Sep 2023 17:43:25 -0400 Subject: [PATCH] Use the correct file extension for checkstyle config. --- .github/workflows/generic.checkstyle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/generic.checkstyle.yml b/.github/workflows/generic.checkstyle.yml index f8836478..8e84154e 100644 --- a/.github/workflows/generic.checkstyle.yml +++ b/.github/workflows/generic.checkstyle.yml @@ -15,5 +15,5 @@ jobs: with: github_token: ${{ secrets.GITHUB_TOKEN }} checkstyle_version: 10.12.2 - checkstyle_config: ./config/mv_checks.yml + checkstyle_config: ./config/mv_checks.xml reviewdog_flags: -tee