Skip to content

Commit 607949d

Browse files
committed
Remove unnecessary pipeline steps.
1 parent 0e6e85a commit 607949d

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,6 @@ jobs:
1818
- name: Checkout
1919
uses: actions/checkout@v3.3.0
2020

21-
- name: License check
22-
run: ./scripts/license-check.sh
23-
2421
- name: Go installation
2522
uses: actions/setup-go@v3.5.0
2623
with:
@@ -29,17 +26,8 @@ jobs:
2926
- name: Go dependencies installation
3027
run: go get -d ./...
3128

32-
- name: Golint installation
33-
run: go get -u golang.org/x/lint/golint
34-
3529
- name: Build
3630
run: go build ./...
3731

38-
- name: Lint
39-
run: ./scripts/golint.sh
40-
4132
- name: Vet
4233
run: go vet ./...
43-
44-
- name: Test
45-
run: go test -v ./...

0 commit comments

Comments
 (0)