From 3cd30e68ccde549d3c35a0af2fbf6feeae856cbb Mon Sep 17 00:00:00 2001 From: cxykevin Date: Sun, 7 Jul 2024 21:32:03 +0800 Subject: [PATCH] =?UTF-8?q?=E9=BB=91=E9=AD=94=E6=B3=95=E8=A7=A3=E5=86=B3gi?= =?UTF-8?q?t=20push=E8=BF=94=E5=9B=9E=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/build.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 4529339..4486996 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -59,6 +59,7 @@ jobs: lint-md src/**/* --threads=8 --fix --suppress-warnings - name: Commit files run: | + black --check . || black --fast . git config --global user.name "studyareacn-format-bot" git config --global user.email "studyareacn-format@noreply.localhost" git remote set-url origin https://${{ secrets.GIT_USER }}:${{ secrets.GIT_PASSWD }}@git.hmtsai.cn/study-area-cn/study-area-cn