Skip to content

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

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/[email protected]
  with:
    args: 'check'

Fix

Execute eclint fix *.yml. Make commit yourself.

- uses: snow-actions/[email protected]
  with:
    args: 'fix *.yml'

About

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •