An open API service indexing awesome lists of open source software.

https://github.com/softius/actions-auto-improve-code-style

Create a PR automatically to fix code linting errors.
https://github.com/softius/actions-auto-improve-code-style

Last synced: 3 months ago
JSON representation

Create a PR automatically to fix code linting errors.

Awesome Lists containing this project

README

          

# actions-auto-improve-code-style

This GitHub workflow executes eslint with `--fix` argument, so that we can not only capture but also automatically fix as many as possible.

If any errors were fixed by `eslint`, a new PR is created including the changes made. The base is always the current branch while the assignee is the PR author.

This allows the PR author to review the changes and if needed merge them into into the initial PR.