Skip to content

Commit f898eb6

Browse files
authored
disable on-pr linting in favor of a company shared spec (#60)
1 parent 9c1a021 commit f898eb6

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/workflows/pull-request.yaml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,6 @@ jobs:
1212
uses: actions/setup-go@v4
1313
with:
1414
go-version: "1.21.0"
15-
- name: Pull static dependencies
16-
run: |
17-
make static
18-
make static-linux-amd64
19-
- name: Lint
20-
uses: golangci/golangci-lint-action@v3
21-
with:
22-
version: v1.54
23-
skip-cache: true
24-
args: --timeout=1m
2515
- name: Go vet
2616
run: |
2717
make vet

0 commit comments

Comments
 (0)