Skip to content

ECLint

Actions

About

Validate or fix code based on EditorConfig by using ECLint
v1.0.1
Latest
Star (3)

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'

ECLint is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Validate or fix code based on EditorConfig by using ECLint
v1.0.1
Latest

ECLint is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.