getsentry / action-eslint-fix

GitHub Action to run `eslint` with `--fix` option and commit fixes
MIT License
20 stars 4 forks source link

feat(): Add dry option to run without committing changes #9

Closed ThisIsMissEm closed 4 years ago

ThisIsMissEm commented 4 years ago

Sometimes you'd prefer tools to just tell you what's wrong, rather than automatically making changes and commits in your repository

Reopen of #7, which was closed after master -> main rename

billyvg commented 4 years ago

Thanks for opening (and re-opening) this PR, I'm going to merge this in and re-release, but I may archive/deprecate this project in favor of GitHub's super-linter

edit: After checking it out...

Fixes are suggested in the console output but not automatically fixed, and a status check will show up as failed on the pull request.