Files
awesome-falsehood/.github/workflows/autofix.yaml
2024-02-26 16:28:09 +04:00

13 lines
283 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@v3.3.0