mirror of
https://github.com/pre-commit/action.git
synced 2025-11-09 03:26:56 +00:00
Drop reference to "sets up caching" in README
This commit is contained in:
parent
b9651b1a18
commit
a7e44ea273
1 changed files with 3 additions and 3 deletions
|
|
@ -27,11 +27,11 @@ jobs:
|
|||
- uses: pre-commit/action@v2.0.0
|
||||
```
|
||||
|
||||
This does a few things:
|
||||
This will:
|
||||
|
||||
- clones the code
|
||||
- installs python
|
||||
- sets up the `pre-commit` cache
|
||||
- install python
|
||||
- run pre-commit using this action!
|
||||
|
||||
### using this action with custom invocations
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue