mirror of
https://github.com/curl/curl.git
synced 2026-04-14 22:11:45 +03:00
GHA/checkdocs: drop duplicate spacecheck job
No longer necessary after making GHA/checksrc also run on `*.md` file changes. Reported-by: Daniel Stenberg Bug: https://github.com/curl/curl/pull/20266#issuecomment-3738955165 Follow-up to3800a26582#18935 Follow-up to9acecc923d#15423 Closes #20268
This commit is contained in:
parent
67d0bfc6c2
commit
9dc2552ed1
1 changed files with 0 additions and 12 deletions
12
.github/workflows/checkdocs.yml
vendored
12
.github/workflows/checkdocs.yml
vendored
|
|
@ -139,15 +139,3 @@ jobs:
|
|||
|
||||
- name: 'verify examples'
|
||||
run: .github/scripts/verify-examples.pl docs/libcurl/curl*.md docs/libcurl/opts/*.md
|
||||
|
||||
miscchecks:
|
||||
name: 'spacecheck'
|
||||
runs-on: ubuntu-24.04-arm
|
||||
timeout-minutes: 5
|
||||
steps:
|
||||
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
|
||||
with:
|
||||
persist-credentials: false
|
||||
|
||||
- name: 'spacecheck'
|
||||
run: .github/scripts/spacecheck.pl
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue