aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/prek.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/prek.yml b/.github/workflows/prek.yml
index f002c8a..b49447d 100644
--- a/.github/workflows/prek.yml
+++ b/.github/workflows/prek.yml
@@ -11,7 +11,6 @@ permissions:
jobs:
prek:
runs-on: ubuntu-latest
- # Skip if commit message contains [skip ci] (to avoid loops with pre-commit.ci)
if: "!contains(github.event.head_commit.message, '[skip ci]')"
steps:
- name: Checkout code
@@ -42,7 +41,7 @@ jobs:
continue-on-error: true
with:
all_files: true
-
+
- name: Commit fixes
if: steps.prek.outcome == 'failure'
uses: stefanzweifel/git-auto-commit-action@v5