Fix commit-validation CI.

This commit is contained in:
John MacFarlane
2023-12-19 15:33:25 -08:00
parent 9d15289864
commit 9875993559
+2 -1
View File
@@ -7,10 +7,11 @@ permissions:
jobs:
check-commit-msg-length:
runs-on: ubuntu-latest
id: check-commit-msg-length
steps:
- uses: actions/checkout@v3
- name: Check commit message length
id: check-commit-msg-length
uses: actions/github-script@v7
with:
result-encoding: json
script: |