patch: update
Some checks failed
代码检查 / 代码检查 (pull_request) Failing after 12s
代码检查 / 代码检查 (push) Failing after 10s

This commit is contained in:
筱锋xiao_lfeng 2024-04-10 01:32:01 +08:00
parent fe4dfb77e6
commit 003439350c
No known key found for this signature in database
GPG Key ID: F693AA12AABBFA87

View File

@ -31,4 +31,6 @@ jobs:
uses: super-linter/super-linter@v6.3.1 uses: super-linter/super-linter@v6.3.1
env: env:
GITHUB_TOKEN: ${{ secrets.MyGitHubToken }} GITHUB_TOKEN: ${{ secrets.MyGitHubToken }}
CHECKSTYLE_FILTER_PATH: ".github/workflows/checkstyle.xml" JAVA_FILE_NAME: ".github/workflows/checkstyle.xml"
IGNORE_GITIGNORED_FILES: true
VALIDATE_GOOGLE_JAVA_FORMAT: false