From da74187c589198875212d961a5055da5e64a5f91 Mon Sep 17 00:00:00 2001 From: Zach Borboa Date: Mon, 22 Nov 2021 04:26:08 -0500 Subject: [PATCH] Clean up whitespace (#3430) --- {{cookiecutter.project_slug}}/.github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{cookiecutter.project_slug}}/.github/workflows/ci.yml b/{{cookiecutter.project_slug}}/.github/workflows/ci.yml index dcc41995..0d23f183 100644 --- a/{{cookiecutter.project_slug}}/.github/workflows/ci.yml +++ b/{{cookiecutter.project_slug}}/.github/workflows/ci.yml @@ -31,7 +31,7 @@ jobs: # Run all pre-commit hooks on all the files. # Getting only staged files can be tricky in case a new PR is opened # since the action is run on a branch in detached head state - - name: Install and Run Pre-commit + - name: Install and Run Pre-commit uses: pre-commit/action@v2.0.3 # With no caching at all the entire ci process takes 4m 30s to complete!