improve API docs linter (#3608)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -137,7 +137,7 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- run: make apidocs-gen
|
||||
- run: make apidocs
|
||||
|
||||
- run: mv apidocs/*.html apidocs/index.html
|
||||
|
||||
|
||||
Reference in New Issue
Block a user