From 6aa7f978665cee67533115d8aa4c18e10c3f8a6b Mon Sep 17 00:00:00 2001 From: XiaoLFeng Date: Fri, 30 Jun 2023 13:24:55 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E8=87=AA=E5=8A=A8=E5=8C=96?= =?UTF-8?q?=E8=A7=84=E5=88=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: XiaoLFeng --- .gitea/workflows/laravel.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitea/workflows/laravel.yaml b/.gitea/workflows/laravel.yaml index eb8a4b7..b70db22 100644 --- a/.gitea/workflows/laravel.yaml +++ b/.gitea/workflows/laravel.yaml @@ -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