1
0
Fork 0
mirror of https://github.com/kdeldycke/awesome-falsehood.git synced 2025-03-03 16:14:31 -05:00
falsehood/.github/workflows/autofix.yaml

13 lines
283 B
YAML
Raw Normal View History

2020-10-23 10:17:07 +02:00
---
2020-08-03 14:39:28 +02:00
name: Autofix
2020-10-23 10:17:07 +02:00
"on":
2020-08-03 14:39:28 +02:00
push:
2022-03-30 18:05:27 +04:00
# Only targets main branch to avoid amplification effects of auto-fixing
# the exact same stuff in multiple non-rebased branches.
2020-08-03 14:39:28 +02:00
branches:
2022-03-30 18:05:27 +04:00
- main
2020-08-03 14:39:28 +02:00
jobs:
2022-03-30 18:05:27 +04:00
autofix:
2022-03-30 21:32:08 +04:00
uses: kdeldycke/workflows/.github/workflows/autofix.yaml@v1.1.0