5
0
Fork 0
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:
Pradyun Gedam 2020-07-27 18:08:34 +05:30 committed by GitHub
parent b9651b1a18
commit a7e44ea273
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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