From 2d0d3f263db1ffe405e03b38e6dcbad6a7b1300b Mon Sep 17 00:00:00 2001 From: Thomas Bouffard <27200110+tbouffard@users.noreply.github.com> Date: Sat, 4 Feb 2023 12:19:05 +0100 Subject: [PATCH] doc: remove the checkout step in the example (#3) This is not needed as the action only checks the Pull Request metadata and nothing else. Checkouting the repository is just slowing down the execution. --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index 2edec46..3a0e2fe 100644 --- a/README.md +++ b/README.md @@ -30,9 +30,6 @@ jobs: check-for-cc: runs-on: ubuntu-latest steps: - - name: Checkout - uses: actions/checkout@v2 - - name: check-for-cc id: check-for-cc uses: agenthunt/conventional-commit-checker-action@v1.0.0