Skip to content

Commit

Permalink
Add a commit message check using sillsdev/FieldWorks#18
Browse files Browse the repository at this point in the history
* This lints all the commit comments in a PR and reports on any that
  do not match the linting rules
* It adds a pretty comment to the PR if there are any issues found
  • Loading branch information
jasonleenaylor committed Apr 3, 2024
1 parent 18c44cd commit 14d29bc
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/commit_message_check.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: commit-message-lint

on:
pull_request:
branches: [master]

permissions: # added using https://github.com/step-security/secure-workflows
contents: read
pull-requests: write

jobs:
commit-message-lint:
uses: sillsdev/FieldWorks/.github/workflows/CommitMessage.yml@3a4f3bade83de0228b80c3662faadb651b2ff110

0 comments on commit 14d29bc

Please sign in to comment.