Skip to content

Commit 4514d06

Browse files
committed
disable codespell and lint
1 parent fa19be5 commit 4514d06

File tree

1 file changed

+36
-36
lines changed

1 file changed

+36
-36
lines changed

.github/workflows/prbuild.yaml

Lines changed: 36 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -16,36 +16,36 @@ env:
1616
GO_VERSION: 1.23.2
1717

1818
jobs:
19-
lint:
20-
runs-on: ubuntu-latest
21-
steps:
22-
- uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0
23-
with:
24-
go-version: ${{ env.GO_VERSION }}
25-
cache: false
26-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
27-
with:
28-
persist-credentials: false
29-
- name: golangci-lint
30-
uses: golangci/golangci-lint-action@971e284b6050e8a5849b72094c50ab08da042db8 # v6.1.1
31-
with:
32-
version: v1.61.0
33-
args: --build-tags=e2e,conformance,gcp,oidc,none --out-format=colored-line-number
34-
codespell:
35-
name: Codespell
36-
runs-on: ubuntu-latest
37-
timeout-minutes: 5
38-
steps:
39-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
40-
with:
41-
persist-credentials: false
42-
- name: Codespell
43-
uses: codespell-project/actions-codespell@406322ec52dd7b488e48c1c4b82e2a8b3a1bf630 # v2.1
44-
with:
45-
skip: .git,*.png,*.woff,*.woff2,*.eot,*.ttf,*.jpg,*.ico,*.svg,./site/themes/contour/static/fonts/README.md,./vendor,./site/public,./hack/actions/check-changefile-exists.go,go.mod,go.sum
46-
ignore_words_file: './.codespell.ignorewords'
47-
check_filenames: true
48-
check_hidden: true
19+
# lint:
20+
# runs-on: ubuntu-latest
21+
# steps:
22+
# - uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0
23+
# with:
24+
# go-version: ${{ env.GO_VERSION }}
25+
# cache: false
26+
# - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
27+
# with:
28+
# persist-credentials: false
29+
# - name: golangci-lint
30+
# uses: golangci/golangci-lint-action@971e284b6050e8a5849b72094c50ab08da042db8 # v6.1.1
31+
# with:
32+
# version: v1.61.0
33+
# args: --build-tags=e2e,conformance,gcp,oidc,none --out-format=colored-line-number
34+
# codespell:
35+
# name: Codespell
36+
# runs-on: ubuntu-latest
37+
# timeout-minutes: 5
38+
# steps:
39+
# - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
40+
# with:
41+
# persist-credentials: false
42+
# - name: Codespell
43+
# uses: codespell-project/actions-codespell@406322ec52dd7b488e48c1c4b82e2a8b3a1bf630 # v2.1
44+
# with:
45+
# skip: .git,*.png,*.woff,*.woff2,*.eot,*.ttf,*.jpg,*.ico,*.svg,./site/themes/contour/static/fonts/README.md,./vendor,./site/public,./hack/actions/check-changefile-exists.go,go.mod,go.sum
46+
# ignore_words_file: './.codespell.ignorewords'
47+
# check_filenames: true
48+
# check_hidden: true
4949
codegen:
5050
runs-on: ubuntu-latest
5151
steps:
@@ -76,8 +76,8 @@ jobs:
7676
./hack/actions/check-uncommitted-codegen.sh
7777
build-image:
7878
needs:
79-
- lint
80-
- codespell
79+
# - lint
80+
# - codespell
8181
- codegen
8282
runs-on: ubuntu-latest
8383
steps:
@@ -219,8 +219,8 @@ jobs:
219219
make upgrade
220220
test-linux:
221221
needs:
222-
- lint
223-
- codespell
222+
# - lint
223+
# - codespell
224224
- codegen
225225
runs-on: ubuntu-latest
226226
steps:
@@ -260,8 +260,8 @@ jobs:
260260
files: coverage.out
261261
test-osx:
262262
needs:
263-
- lint
264-
- codespell
263+
# - lint
264+
# - codespell
265265
- codegen
266266
runs-on: macos-latest
267267
steps:

0 commit comments

Comments
 (0)