awesome-falsehood/.github/workflows/autofix.yaml
2023-06-12 13:56:32 +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@v2.17.0