Skip to content

Commit e9e2715

Browse files
committed
ci(github): remove golangci-lint for now
Signed-off-by: Toni Tauro <toni.tauro@adfinis.com>
1 parent df7a9d1 commit e9e2715

1 file changed

Lines changed: 0 additions & 16 deletions

File tree

.github/workflows/lint-and-test.yaml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -15,22 +15,6 @@ jobs:
1515
- name: Run pre-commit
1616
uses: pre-commit/action@v2.0.3
1717

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-
3418
test:
3519
runs-on: ubuntu-latest
3620
steps:

0 commit comments

Comments
 (0)