awesome-falsehood/.github/workflows/autofix.yaml

13 lines
284 B
YAML
Raw Normal View History

2020-10-23 11:17:07 +03:00
---
2020-08-03 15:39:28 +03:00
name: Autofix
2020-10-23 11:17:07 +03:00
"on":
2020-08-03 15:39:28 +03:00
push:
2022-03-30 17:05:27 +03:00
# Only targets main branch to avoid amplification effects of auto-fixing
# the exact same stuff in multiple non-rebased branches.
2020-08-03 15:39:28 +03:00
branches:
2022-03-30 17:05:27 +03:00
- main
2020-08-03 15:39:28 +03:00
jobs:
2022-03-30 17:05:27 +03:00
autofix:
2023-06-12 12:56:32 +03:00
uses: kdeldycke/workflows/.github/workflows/autofix.yaml@v2.17.0