From d00d87cb21906e25d5f2d7c644dab4b7fcfd21c3 Mon Sep 17 00:00:00 2001 From: "kaiyu.shan" Date: Mon, 4 Nov 2024 17:35:28 +0800 Subject: [PATCH] =?UTF-8?q?ci(mumu):=20=E4=BC=98=E5=8C=96checkstyle?= =?UTF-8?q?=E8=A7=A6=E5=8F=91=E6=97=B6=E6=9C=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/checkstyle.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/checkstyle.yml b/.github/workflows/checkstyle.yml index 449d5328d..bbbf07752 100644 --- a/.github/workflows/checkstyle.yml +++ b/.github/workflows/checkstyle.yml @@ -12,10 +12,14 @@ on: branches: [ "main","develop" ] paths: - '**/*.java' + - '**/*.properties' + - '**/*.xml' pull_request: branches: [ "main","develop" ] paths: - '**/*.java' + - '**/*.properties' + - '**/*.xml' jobs: build: