mirror of
https://github.com/curl/curl.git
synced 2024-12-15 06:40:09 +08:00
CI/synopsis.yml: run on .md
files
Reported-by: Viktor Szakats Fixes #14032 Closes #14037
This commit is contained in:
parent
41e0250411
commit
f7c19b45dc
10
.github/workflows/synopsis.yml
vendored
10
.github/workflows/synopsis.yml
vendored
@ -10,12 +10,16 @@ on:
|
|||||||
- master
|
- master
|
||||||
- '*/ci'
|
- '*/ci'
|
||||||
paths:
|
paths:
|
||||||
- 'docs/libcurl/curl_*.3'
|
- 'docs/libcurl/curl_*.md'
|
||||||
|
- 'scripts/*.pl'
|
||||||
|
- '.github/workflows/*.yml'
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
paths:
|
paths:
|
||||||
- 'docs/libcurl/curl_*.3'
|
- 'docs/libcurl/curl_*.md'
|
||||||
|
- 'scripts/*.pl'
|
||||||
|
- '.github/workflows/*.yml'
|
||||||
|
|
||||||
permissions: {}
|
permissions: {}
|
||||||
|
|
||||||
@ -27,4 +31,4 @@ jobs:
|
|||||||
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
|
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
|
||||||
|
|
||||||
- name: verify-synopsis
|
- name: verify-synopsis
|
||||||
run: ./.github/scripts/verify-synopsis.pl docs/libcurl/curl*.3
|
run: ./.github/scripts/verify-synopsis.pl docs/libcurl/curl*.md
|
||||||
|
Loading…
Reference in New Issue
Block a user