Execute ECLint on GitHub Actions.
ECLint validates or fixes code based on EditorConfig.
See action.yml
Execute eclint check
.
- uses: snow-actions/[email protected]
with:
args: 'check'
Execute eclint fix *.yml
. Make commit yourself.
- uses: snow-actions/[email protected]
with:
args: 'fix *.yml'