pre-commit ci lite
Appan add-on to github actions which allows safely pushing changes back to pull requests
508 installs
Verified
Pricing
Select a tab navigation
pre-commit.ci lite is an add-on for GitHub Actions which safely auto fixes PRs
see alsothe full version of pre-commit.ci
pre-commit.ci lite only provides auto fixing of PRs, but allows the flexibility of using GitHub Actions as a runner.
setup
install theGitHub Application on the relevant repositories
add theGitHub action to your workflow as the last step in your job:
- uses: pre-commit-ci/lite-action@v1.1.0 if: always()
note: the step must have either the defaultname
or contain the textpre-commit-ci-lite
. the application uses this to find the right workflow.
pre-commit ci lite applies code changes to your PRs automatically!
Supported languages
(8)Resources
Plans and pricing
free for open source repositories
$0private repository support for personal accounts
$5 / monthprivate repository support for organizations up to 25 users
$10 / monthprivate repository support for organizations up to 100 users
$50 / monthpre-commit ci lite is provided by a third-party and is governed by separateprivacy policy andsupport documentation
About
508 installs