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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
21 changed files with 182 additions and 25 deletions

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