improve API docs linter (#3608)

This commit is contained in:
Alessandro Ros
2024-08-04 13:12:30 +02:00
committed by GitHub
parent 49c8acf2f6
commit 972ffbf332
21 changed files with 182 additions and 25 deletions
+2 -4
View File
@@ -33,9 +33,7 @@ jobs:
with:
go-version: "1.22"
- run: |
go mod tidy
git diff --exit-code
- run: make lint-mod-tidy
api_docs:
runs-on: ubuntu-22.04
@@ -43,4 +41,4 @@ jobs:
steps:
- uses: actions/checkout@v3
- run: make apidocs-lint
- run: make lint-apidocs
+1 -1
View File
@@ -137,7 +137,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- run: make apidocs-gen
- run: make apidocs
- run: mv apidocs/*.html apidocs/index.html