From edefe0f890b7f1135ad68460d7b6b22c0d362abc Mon Sep 17 00:00:00 2001 From: Matt Craddock Date: Tue, 3 Oct 2023 14:27:04 +0100 Subject: [PATCH] Update .github/workflows/pre-commit.yaml Co-authored-by: Jim Madge --- .github/workflows/pre-commit.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pre-commit.yaml b/.github/workflows/pre-commit.yaml index 01054ef..f71cf26 100644 --- a/.github/workflows/pre-commit.yaml +++ b/.github/workflows/pre-commit.yaml @@ -10,6 +10,7 @@ jobs: pre-commit: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - name: Check out repository + uses: actions/checkout@v4 - uses: actions/setup-python@v4 - uses: pre-commit/action@v3.0.0