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 0e6e85a commit 607949dCopy full SHA for 607949d
.github/workflows/main.yml
@@ -18,9 +18,6 @@ jobs:
18
- name: Checkout
19
uses: actions/checkout@v3.3.0
20
21
- - name: License check
22
- run: ./scripts/license-check.sh
23
-
24
- name: Go installation
25
uses: actions/setup-go@v3.5.0
26
with:
@@ -29,17 +26,8 @@ jobs:
29
- name: Go dependencies installation
30
27
run: go get -d ./...
31
28
32
- - name: Golint installation
33
- run: go get -u golang.org/x/lint/golint
34
35
- name: Build
36
run: go build ./...
37
38
- - name: Lint
39
- run: ./scripts/golint.sh
40
41
- name: Vet
42
run: go vet ./...
43
44
- - name: Test
45
- run: go test -v ./...
0 commit comments