feature #10

Merged
XiaoLFeng merged 15 commits from feature into master 2023-06-30 16:27:18 +08:00
Showing only changes of commit 6aa7f97866 - Show all commits

View File

@ -30,9 +30,11 @@ jobs:
- name: '检查命名问题'
run: phpmd ./ text naming
continue-on-error: true
- name: '检查设计问题'
run: phpmd ./ text naming design
continue-on-error: true
- name: '检查代码规模是否过大'
run: phpmd ./ text codesize