Skip to content

Commit

Permalink
doc: remove the checkout step in the example (#3)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
tbouffard authored Feb 4, 2023
1 parent 4b707c8 commit 2d0d3f2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2d0d3f2

Please sign in to comment.