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:
parent
14974dc737
commit
c810f3fe17
1 changed files with 9 additions and 0 deletions
|
|
@ -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.
|
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.
|
generally you want to use [pre-commit.ci] which is faster and has more features.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue