From 8937f400a436edb2467cda0df29a0eccf8e7d2e7 Mon Sep 17 00:00:00 2001 From: Matt Craddock Date: Mon, 2 Oct 2023 14:10:44 +0100 Subject: [PATCH] Update pre-commit.yaml --- .github/workflows/pre-commit.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pre-commit.yaml b/.github/workflows/pre-commit.yaml index 0543049..2b89674 100644 --- a/.github/workflows/pre-commit.yaml +++ b/.github/workflows/pre-commit.yaml @@ -1,5 +1,5 @@ --- -name: Check Json format +name: Check Json formatting on: pull_request: @@ -12,4 +12,4 @@ jobs: steps: - uses: actions/checkout@v4 - uses: actions/setup-python@v4 - - uses: pre-commit/action@v3.0.0 \ No newline at end of file + - uses: pre-commit/action@v3.0.0