|
1 | 1 | # Commit-Check GitHub Action |
2 | 2 |
|
3 | | -[](https://github.com/commit-check/commit-check-action/actions/workflows/commit-check.yml) |
4 | | - |
5 | | -[](https://github.com/commit-check/commit-check-action/network/dependents)<!-- used by badge --> |
| 3 | +[](https://github.com/commit-check/commit-check-action/actions/workflows/commit-check.yml) |
| 4 | + |
| 5 | +[](https://github.com/commit-check/commit-check-action/network/dependents)<!-- used by badge --> |
6 | 6 | [](https://github.com/marketplace/actions/commit-check-action) |
7 | | -[](https://github.com/commit-check/commit-check-action/blob/a2873ca0482dd505c93fb51861c953e82fd0a186/action.yml#L59-L69) |
| 7 | +[](https://github.com/commit-check/commit-check-action/blob/a2873ca0482dd505c93fb51861c953e82fd0a186/action.yml#L59-L69) |
8 | 8 |
|
9 | 9 | A GitHub Action for checking commit message formatting, branch naming, committer name, email, commit signoff, and more. |
10 | 10 |
|
|
36 | 36 | contents: read |
37 | 37 | pull-requests: write |
38 | 38 | steps: |
39 | | - - uses: actions/checkout@v4 |
| 39 | + - uses: actions/checkout@v5 |
40 | 40 | with: |
41 | 41 | ref: ${{ github.event.pull_request.head.sha }} # checkout PR HEAD commit |
42 | 42 | fetch-depth: 0 # required for merge-base check |
|
0 commit comments