mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-21 13:51:29 +08:00
Fix commit-validation CI.
This commit is contained in:
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user