We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df7a9d1 commit e9e2715Copy full SHA for e9e2715
1 file changed
.github/workflows/lint-and-test.yaml
@@ -15,22 +15,6 @@ jobs:
15
- name: Run pre-commit
16
uses: pre-commit/action@v2.0.3
17
18
- golangci-lint:
19
- runs-on: ubuntu-latest
20
- steps:
21
- - name: Checkout
22
- uses: actions/checkout@v3
23
-
24
- - name: Set up Go
25
- uses: actions/setup-go@v3
26
- with:
27
- go-version: 1.17.x
28
29
-# - name: Run GolangCI-Lint
30
-# uses: golangci/golangci-lint-action@v3
31
-# with:
32
-# args: --timeout 3m
33
34
test:
35
runs-on: ubuntu-latest
36
steps:
0 commit comments