mirror of
https://github.com/curl/curl.git
synced 2026-07-26 18:47:25 +03: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
1 changed files with 7 additions and 3 deletions
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…
Add table
Add a link
Reference in a new issue