Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
raed-shomali committed Nov 19, 2023
1 parent b2676a9 commit 9bcc793
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,22 +21,10 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v2

# Install all the dependencies
- name: Install dependencies
run: |
go version
go get -u golang.org/x/lint/golint
# Run build of the application
- name: Run build
run: go build ./...

# Run vet & lint on the code
- name: Run vet & lint
run: |
go vet ./...
golint ./...
# Run testing on the code
- name: Run testing
run: go test -v ./...
Expand Down

0 comments on commit 9bcc793

Please sign in to comment.