Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[TASK] Make sure to check latest commit message
Browse files Browse the repository at this point in the history
This change makes sure we always check the latest commit message
and not an outdated one. This is needed for updated RPs.

GsActions/commit-message-checker#95
fnagel committed Nov 15, 2023
1 parent 9e94881 commit c15678b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/commit-message.yml
Original file line number Diff line number Diff line change
@@ -18,6 +18,10 @@ jobs:
name: Check commit message
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}
- name: Check type prefix
uses: gsactions/commit-message-checker@v2
with:

0 comments on commit c15678b

Please sign in to comment.