forked from quic-go/quic-go
ci: remove leftover check for Ginkgo imports (#5198)
This commit is contained in:
2
.github/workflows/lint.yml
vendored
2
.github/workflows/lint.yml
vendored
@@ -9,8 +9,6 @@ jobs:
|
||||
- uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version: "1.24.x"
|
||||
- name: Check that no non-test files import Ginkgo or Gomega
|
||||
run: .github/workflows/no_ginkgo.sh
|
||||
- name: Check for //go:build ignore in .go files
|
||||
run: |
|
||||
IGNORED_FILES=$(grep -rl '//go:build ignore' . --include='*.go') || true
|
||||
|
||||
Reference in New Issue
Block a user