From b599ae2f66e9617a16ab48f67f0375b22a479e91 Mon Sep 17 00:00:00 2001 From: Antonio Ribeiro Date: Fri, 7 Jun 2024 12:11:39 +0200 Subject: [PATCH] Prevent husky to be executed --- .github/workflows/prettier.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/prettier.yml b/.github/workflows/prettier.yml index f6bcebe..2dde75f 100644 --- a/.github/workflows/prettier.yml +++ b/.github/workflows/prettier.yml @@ -29,3 +29,4 @@ jobs: - uses: stefanzweifel/git-auto-commit-action@v4 with: commit_message: "Prettify code" + commit_options: '--no-verify'