Skip to content

Commit 2d1a59b

Browse files
committed
chore: disable linting in GHA for now
1 parent 3d59854 commit 2d1a59b

1 file changed

Lines changed: 18 additions & 18 deletions

File tree

.github/workflows/pr.yml

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -12,24 +12,24 @@ on:
1212
branches: [ main ]
1313

1414
jobs:
15-
lint:
16-
name: Lint Code
17-
runs-on: ubuntu-latest
18-
steps:
19-
- name: Checkout code
20-
uses: actions/checkout@v4
21-
22-
- name: Set up Go
23-
uses: actions/setup-go@v5
24-
with:
25-
go-version: "1.25"
26-
27-
- name: golangci-lint
28-
uses: golangci/golangci-lint-action@v6
29-
with:
30-
version: latest
31-
install-mode: goinstall
32-
args: --timeout=5m
15+
# lint:
16+
# name: Lint Code
17+
# runs-on: ubuntu-latest
18+
# steps:
19+
# - name: Checkout code
20+
# uses: actions/checkout@v4
21+
#
22+
# - name: Set up Go
23+
# uses: actions/setup-go@v5
24+
# with:
25+
# go-version: "1.25"
26+
#
27+
# - name: golangci-lint
28+
# uses: golangci/golangci-lint-action@v6
29+
# with:
30+
# version: latest
31+
# install-mode: goinstall
32+
# args: --timeout=5m
3333

3434
unit-test:
3535
name: Unit Tests

0 commit comments

Comments
 (0)