Files
awesome-falsehood/.github/workflows/autofix.yaml
2025-06-08 15:57:33 +04:00

13 lines
284 B
YAML

---
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@v4.17.3