diff --git a/.github/workflows/check-commit-msg.yml b/.github/workflows/check-commit-msg.yml index e39008068..f4936302e 100644 --- a/.github/workflows/check-commit-msg.yml +++ b/.github/workflows/check-commit-msg.yml @@ -3,6 +3,7 @@ name: Check Commit Messages on: pull_request: + jobs: length: name: Check that length of commit messages are <72 characters