Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/checkstyle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
uses: actions/setup-java@v4
with:
java-version: '8.*'
distribution: temurin

# 安装 Checkstyle(如果你是用 Maven 或 Gradle)
- name: Install dependencies
Expand All @@ -42,4 +43,4 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: checkstyle-report
path: target/checkstyle-result.xml # 如果是 Maven 项目
path: target/checkstyle-result.xml # 如果是 Maven 项目
Loading