Skip to content
This repository was archived by the owner on Oct 3, 2023. It is now read-only.

Commit e367a86

Browse files
authored
remove staticcheck job, as it is already covered by golangci-lint (#315)
1 parent c26f184 commit e367a86

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

.github/workflows/ci.yaml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,6 @@ on:
77
branches:
88
- master
99
jobs:
10-
staticcheck:
11-
name: "Staticcheck"
12-
runs-on: ubuntu-22.04
13-
steps:
14-
- name: Checkout Repository
15-
uses: actions/checkout@v3
16-
- name: Setup Golang Environment
17-
uses: actions/setup-go@v3
18-
with:
19-
go-version-file: go.mod
20-
cache: true
21-
- name: Run Staticcheck
22-
uses: dominikh/[email protected]
2310
lint:
2411
name: "Lint"
2512
runs-on: ubuntu-22.04

0 commit comments

Comments
 (0)