Bump sillsdev/FieldWorks from 9972c2aa3ad9fa768bd82714208152c4b6ce6b2c to c638a3b7395513bda46c735cb02c625af83b3dad #899
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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@c638a3b7395513bda46c735cb02c625af83b3dad |