From a6e72ccb70300959459547e467c43252f5ceef12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A2=A8=E6=A2=93=E6=9F=92?= <1787882683@qq.com> Date: Sat, 12 Apr 2025 23:57:43 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0Ruff=20Action=E5=AE=9E?= =?UTF-8?q?=E7=8E=B0=E8=87=AA=E5=8A=A8fix=EF=BC=88=E6=B5=8B=E8=AF=95?= =?UTF-8?q?=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ruff.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ruff.yml b/.github/workflows/ruff.yml index 697c47759..4d9fa6883 100644 --- a/.github/workflows/ruff.yml +++ b/.github/workflows/ruff.yml @@ -6,4 +6,6 @@ jobs: steps: - uses: actions/checkout@v4 - uses: astral-sh/ruff-action@v3 + - run: ruff check --fix + - run: ruff format