5
0
Fork 0
mirror of https://github.com/pre-commit/action.git synced 2025-11-12 13:03:49 +00:00
Commit graph

5 commits

Author SHA1 Message Date
Yu Ishikawa
83edd4dade
Update action.yml
## Motivation

In my experience, the cache of pre-commits can be quite large. It takes a couple of minutes to fetch the cache in GitHub Actions. I assume it might be faster to install hooks than to fetch cache. So, it would be useful to add an input `enable_cache` if we cache pre-commit hooks or not.
2025-10-09 12:01:53 +09:00
Jakub Boukal
0dbc303468 Upgrade action/cache to v4. Fixes: #189 2024-02-06 22:46:44 +00:00
Anthony Sottile
f5c2d257b4 remove pushing behaviour 2022-06-05 15:17:59 -04:00
Deepyaman Datta
30b00a6cd9 Support extra_args keyword in pre-commit GitHub action 2020-05-15 08:14:38 -07:00
Anthony Sottile
614487b962 Initial commit 2019-11-24 19:27:32 -08:00