lxcid / eslint-action

GitHub action that lints your code with eslint in parallel to your builds

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ESLint Action

Offload your CI of running ESLint. With this action you can run it in parallel to your CI process, which means, faster builds!

This action will also annotate the diff with the errors and warnings reported by ESLint.

About

GitHub action that lints your code with eslint in parallel to your builds

License:MIT License


Languages

Language:JavaScript 88.7%Language:Dockerfile 9.2%Language:Shell 2.1%