aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/synopsis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/synopsis.yml')
-rw-r--r--.github/workflows/synopsis.yml28
1 files changed, 28 insertions, 0 deletions
diff --git a/.github/workflows/synopsis.yml b/.github/workflows/synopsis.yml
new file mode 100644
index 000000000..0938f4bfc
--- /dev/null
+++ b/.github/workflows/synopsis.yml
@@ -0,0 +1,28 @@
+# Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
+#
+# SPDX-License-Identifier: curl
+
+name: SYNOPSIS
+
+on:
+ push:
+ branches:
+ - master
+ - '*/ci'
+ paths:
+ - 'docs/libcurl/curl_*.3'
+ pull_request:
+ branches:
+ - master
+ paths:
+ - 'docs/libcurl/curl_*.3'
+
+jobs:
+ verify:
+ runs-on: ubuntu-latest
+ steps:
+ - name: Checkout
+ uses: actions/checkout@v4
+
+ - name: verify-synopsis
+ run: ./.github/scripts/verify-synopsis.pl docs/libcurl/curl*.3