Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,12 @@ jobs:
- name: Install dependencies
run: |
go version
go install -mod=mod golang.org/x/lint/golint
go install -mod=mod github.com/onsi/ginkgo/v2/ginkgo

# Run vet & lint on the code
- name: Run vet & lint
# Run vet on the code
- name: Run vet
run: |
go vet .
golint .

# Run testing on the code
- name: Run testing
Expand Down
Loading