Skip to content

Commit 7f9b378

Browse files
committed
feat: add code check
1 parent d503c96 commit 7f9b378

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.codecheck/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ steps:
44
pre_codecheck:
55
- checkout
66
- sh:
7-
command:
7+
command: |
88
cd${WORKSPACE}/code && export PATH=/opt/buildtools/maven/apache-maven-3.6.3/bin:$PATH && mvn -version && mvn clean compile -Dmaven.test.skip=true -gs /usr1/maven/settings/cbu-maven-user-settings.xml -S /usr1/maven/settings/cbu-maven-user-settings.xml
99
effect_tool: spotbugs
1010
tool_params:

0 commit comments

Comments
 (0)