Skip to content

Commit

Permalink
Update commit_message_check.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hannes-dev authored Jun 11, 2024
1 parent 43d5e06 commit 43c8489
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/commit_message_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- name: checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0
sparse-checkout: .

- name: check commit messages
run: |
Expand All @@ -24,4 +24,4 @@ jobs:
echo "Error: first letter after project specifier should be lower case"
exit 1
fi
done
done

0 comments on commit 43c8489

Please sign in to comment.