mirror of
https://github.com/kdeldycke/awesome-falsehood.git
synced 2024-11-23 11:26:00 +03:00
13 lines
284 B
YAML
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 |