From a7e44ea273f747a67a299ab33437d4c637723cb4 Mon Sep 17 00:00:00 2001 From: Pradyun Gedam <3275593+pradyunsg@users.noreply.github.com> Date: Mon, 27 Jul 2020 18:08:34 +0530 Subject: [PATCH] Drop reference to "sets up caching" in README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9fe68da..349bffb 100644 --- a/README.md +++ b/README.md @@ -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