From 0b96f8373ef6e6be973411ae28dd3a97027b7cc7 Mon Sep 17 00:00:00 2001 From: KevinNitroG Date: Tue, 27 Feb 2024 13:18:12 +0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A=20Pre-commit:=20Continue=20on=20er?= =?UTF-8?q?ror=20again?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/pre-commit-format.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pre-commit-format.yml b/.github/workflows/pre-commit-format.yml index ccd4a7d..bbf0f4b 100644 --- a/.github/workflows/pre-commit-format.yml +++ b/.github/workflows/pre-commit-format.yml @@ -8,7 +8,6 @@ jobs: runs-on: ubuntu-latest permissions: contents: write - continue-on-error: true steps: - uses: actions/checkout@main @@ -22,6 +21,7 @@ jobs: # run: pip install -r requirements.txt - uses: pre-commit/action@main + continue-on-error: true with: extra_args: --all-files