From ae85a74e2a597f24354e5b6ab8707883ebd762da Mon Sep 17 00:00:00 2001 From: Raman Aktsisiuk Date: Sun, 13 Oct 2024 19:48:15 +0200 Subject: [PATCH] fix: error --- .github/workflows/lint.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 887ecb797..fc9dcbbe5 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -34,7 +34,6 @@ jobs: if: steps.prettier_check.outputs.PRETTIER_EXIT_CODE == 1 run: npm run prettify - name: Commit and push changes - continue-on-error: true if: ${{ success() && steps.prettier_run.conclusion == 'success' }} run: | git config --global --add safe.directory "$GITHUB_WORKSPACE"