Skip to content

Commit

Permalink
This is an error.
Browse files Browse the repository at this point in the history
followed by another
and then followed by yet another error because this line is far too long for reading
  • Loading branch information
jasonleenaylor committed Mar 28, 2024
1 parent 8095b5e commit 52f03b7
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/CommitMessage.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Commit messages check
on:
pull_request:

jobs:
gitlint:
name: Check commit messages
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Install dependencies
run: |
pip install --upgrade gitlint
- name: Lint git commit messages
run: |
gitlint --commits origin/$GITHUB_BASE_REF.. >> $GITHUB_STEP_SUMMARY 2>&1

0 comments on commit 52f03b7

Please sign in to comment.