tidy-up: whitespace, fix CI spacecheck for docs
Also: fixup CI spacecheck to apply to docs again. Closes #15423
This commit is contained in:
parent
0cececef0f
commit
9acecc923d
10
.github/workflows/checkdocs.yml
vendored
10
.github/workflows/checkdocs.yml
vendored
@ -147,3 +147,13 @@ jobs:
|
|||||||
|
|
||||||
- name: verify examples
|
- name: verify examples
|
||||||
run: .github/scripts/verify-examples.pl docs/libcurl/curl*.3 docs/libcurl/opts/*.3
|
run: .github/scripts/verify-examples.pl docs/libcurl/curl*.3 docs/libcurl/opts/*.3
|
||||||
|
|
||||||
|
miscchecks:
|
||||||
|
runs-on: ubuntu-24.04
|
||||||
|
timeout-minutes: 5
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
|
||||||
|
name: checkout
|
||||||
|
|
||||||
|
- name: spacecheck
|
||||||
|
run: .github/scripts/spacecheck.pl
|
||||||
|
|||||||
@ -14,6 +14,7 @@ Doing a "POST" publishes the post data to the topic and exits.
|
|||||||
|
|
||||||
|
|
||||||
### Subscribing
|
### Subscribing
|
||||||
|
|
||||||
Command usage:
|
Command usage:
|
||||||
|
|
||||||
curl mqtt://host/topic
|
curl mqtt://host/topic
|
||||||
@ -25,6 +26,7 @@ Example subscribe:
|
|||||||
This will send an MQTT SUBSCRIBE packet for the topic `bedroom/temp` and listen in for incoming PUBLISH packets.
|
This will send an MQTT SUBSCRIBE packet for the topic `bedroom/temp` and listen in for incoming PUBLISH packets.
|
||||||
|
|
||||||
### Publishing
|
### Publishing
|
||||||
|
|
||||||
Command usage:
|
Command usage:
|
||||||
|
|
||||||
curl -d payload mqtt://host/topic
|
curl -d payload mqtt://host/topic
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user