Skip to content

Commit

Permalink
Remove duplicate docsgen CI check
Browse files Browse the repository at this point in the history
`docsgen` make target is already a dependency of `gen` which has a CI
check. We do not need to check `docsgen` separately for conformance.

Fixes #12498
  • Loading branch information
masih committed Sep 20, 2024
1 parent 4528d5f commit 060e058
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,19 +20,6 @@ permissions:
contents: read

jobs:
check-docsgen:
name: Check (docs-check)
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: 'recursive'
- uses: ./.github/actions/install-system-dependencies
- uses: ./.github/actions/install-go
- run: go install golang.org/x/tools/cmd/goimports
- run: make deps
- run: make docsgen
- run: git diff --exit-code
check-gen:
name: Check (gen-check)
runs-on: ubuntu-latest
Expand Down

0 comments on commit 060e058

Please sign in to comment.