From ce6c4970fc330166d4d3b0bc8ddc8d52569e284a Mon Sep 17 00:00:00 2001 From: Snowykami Date: Fri, 13 Dec 2024 02:52:38 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20=E5=9C=A8=20pre-commit=20=E5=B7=A5?= =?UTF-8?q?=E4=BD=9C=E6=B5=81=E4=B8=AD=E6=B7=BB=E5=8A=A0=20pre-commit=20?= =?UTF-8?q?=E5=AE=89=E8=A3=85=E6=AD=A5=E9=AA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/pre-commit.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml index 217e5d92..bc7475a7 100644 --- a/.github/workflows/pre-commit.yml +++ b/.github/workflows/pre-commit.yml @@ -19,6 +19,7 @@ jobs: run: | python -m pip install pdm pdm install + pre-commit install - name: Run pre-commit run: pre-commit run --all-files