Skip to content
This repository was archived by the owner on Apr 12, 2026. It is now read-only.

snow-actions/eclint

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Repository files navigation

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.

GitHub Actions status

ECLint action

Execute ECLint on GitHub Actions.
ECLint validates or fixes code based on EditorConfig.

Usage

See action.yml

Validate

Execute eclint check.

- uses: snow-actions/eclint@v1.0.1
  with:
    args: 'check'

Fix

Execute eclint fix *.yml. Make commit yourself.

- uses: snow-actions/eclint@v1.0.1
  with:
    args: 'fix *.yml'

About

Check or fix file format based on EditorConfig by using ECLint.

Topics

Resources

License

Contributing

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Generated from actions/javascript-action