Skip to content
This repository has been archived by the owner on Jan 16, 2023. It is now read-only.
/ eslint-action Public archive
forked from hallee/eslint-action

✨ ESLint GitHub Action with inline lint annotations for pull requests

License

Notifications You must be signed in to change notification settings

storybookjs/eslint-action

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ESLint Action

This is a GitHub Action that runs ESLint for .js, .jsx, and .tsx files using your .eslintrc rules. It's free to run and it'll annotate the diffs of your pull requests with lint errors and warnings.

Neat! Bet your CI doesn't do that.

Usage

.github/main.workflow:

workflow "Pull Request" {
  on = "pull_request"
  resolves = ["ESLint"]
}

action "ESLint" {
  uses = "hallee/eslint-action@master"
  secrets = ["GITHUB_TOKEN"]
}

About

✨ ESLint GitHub Action with inline lint annotations for pull requests

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 89.2%
  • Dockerfile 8.2%
  • Shell 2.6%