5
0
Fork 0
mirror of https://github.com/pre-commit/action.git synced 2025-11-07 10:46:56 +00:00

feat(README): explain reason for fork in README

This commit is contained in:
Abe 2024-03-22 15:27:53 -04:00
parent 14974dc737
commit c810f3fe17
No known key found for this signature in database
GPG key ID: 7B605E1EB3F95000

View file

@ -1,3 +1,12 @@
This repository is a fork of [pre-commit/action](https://github.com/pre-commit/action) with a key change:
- Uses [uv](https://github.com/astral-sh/uv) instead of pip for installing pre-commit.
To use this action in your workflows:
```yaml
- name: Run pre-commit
uses: abe-101/pre-commit@v3.0.2
```
this action is in maintenance-only mode and will not be accepting new features.
generally you want to use [pre-commit.ci] which is faster and has more features.