mirror of
https://github.com/bluenviron/mediamtx.git
synced 2025-12-26 13:01:59 -08:00
improve API docs linter (#3608)
This commit is contained in:
parent
49c8acf2f6
commit
972ffbf332
21 changed files with 182 additions and 25 deletions
6
.github/workflows/code_lint.yml
vendored
6
.github/workflows/code_lint.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue