1
0
Fork 0
mirror of https://github.com/kdeldycke/awesome-falsehood.git synced 2024-12-18 12:08:24 -05:00
falsehood/.github/workflows/autofix.yaml
2022-03-30 21:32:08 +04:00

13 lines
No EOL
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@v1.1.0