Important
ECLint is now deprecated and will not receive security updates. Please stop using it and this action.
If you still wish to use it, please use npx eclint directly.
Execute ECLint on GitHub Actions.
ECLint validates or fixes code based on EditorConfig.
See action.yml
Execute eclint check.
- uses: snow-actions/eclint@v1.0.1
with:
args: 'check'Execute eclint fix *.yml. Make commit yourself.
- uses: snow-actions/eclint@v1.0.1
with:
args: 'fix *.yml'