Skip to content

Commit

Permalink
feat(内核): 移除 gpg 检查
Browse files Browse the repository at this point in the history
  • Loading branch information
qianmoQ committed Jan 17, 2025
1 parent 2a359aa commit f8c967e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: ./mvnw spotbugs:check

- name: Build with Maven
run: ./mvnw -B clean verify
run: ./mvnw -B clean package

- name: Upload Test Results
if: always()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ public interface ParameterHandler
{
/**
* 检查是否可以处理该参数
*
* @param parameter 方法参数
*/
boolean canHandle(Parameter parameter);

Expand Down

0 comments on commit f8c967e

Please sign in to comment.