Files
awesome-falsehood/.github/workflows/autofix.yaml
Kevin Deldycke 8f5877a9bf Use latest action
2024-03-18 16:10:03 +01: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.4.0