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