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.
- Host: GitHub
- URL: https://github.com/softius/actions-auto-improve-code-style
- Owner: softius
- License: mit
- Created: 2021-11-14T18:32:11.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-18T18:28:41.000Z (over 4 years ago)
- Last Synced: 2025-01-28T01:25:47.378Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 23.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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.