Skip to content

Application

pre-commit ci lite

pre-commit.ci lite is an add-on for GitHub Actions which safely auto fixes PRs

see also the 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

  1. install the GitHub Application on the relevant repositories

  2. add the GitHub action to your workflow as the last step in your job:

        - uses: pre-commit-ci/lite-action@v1.0.0
          if: always()
    

note: the step must have either the default name or contain the text pre-commit-ci-lite. the application uses this to find the right workflow.

pre-commit ci lite applies code changes to your PRs automatically!

Pricing and setup