Update external workflows #255
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | ||
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/[email protected] | ||
Check failure on line 13 in .github/workflows/autofix.yaml GitHub Actions / .github/workflows/autofix.yamlInvalid workflow file
|