Skip to content

Javascript GitHub Action to run ESLint on changed files

Latest
Compare
Choose a tag to compare
@tinovyatkin tinovyatkin released this 16 Aug 07:57
· 198 commits to master since this release
3d7db70

Using this GitHub Action, scan files changed in current Pull Request with inline code annotations.

Contrary to other published actions this one is JavaScript, not Docker based (so, it's faster and platform independent) and scans only files changed in current PR.