Skip to content

Bump kdeldycke/workflows from 2.13.2 to 2.15.1 #162

Bump kdeldycke/workflows from 2.13.2 to 2.15.1

Bump kdeldycke/workflows from 2.13.2 to 2.15.1 #162

Workflow file for this run

---
name: Autofix
"on":
push:
# Only targets main branch to avoid amplification effects of auto-fixing
# the exact same stuff in multiple non-rebased branches.
branches:
- main
jobs:
autofix:
uses: kdeldycke/workflows/.github/workflows/autofix.yaml@v2.15.1