test: add docslinks linter (#5601)

this checks links in the documentation.
This commit is contained in:
Alessandro Ros
2026-03-21 13:04:14 +01:00
committed by GitHub
parent a82e0c7a9d
commit 0f42f087ab
5 changed files with 308 additions and 7 deletions
+12
View File
@@ -61,6 +61,18 @@ jobs:
- run: make lint-go2api
docslinks:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v6
- uses: actions/setup-go@v6
with:
go-version: "1.25"
- run: make lint-docslinks
docs:
runs-on: ubuntu-22.04