Skip to content

Commit

Permalink
Add a commit message checker.
Browse files Browse the repository at this point in the history
with multiple
issues in the initial commit comment to see if it is working or not when we call the fieldworks job
  • Loading branch information
jasonleenaylor committed Apr 2, 2024
1 parent 18c44cd commit bc3b7d6
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 bc3b7d6

Please sign in to comment.