Skip to content

Commit

Permalink
Fix golangci-lint
Browse files Browse the repository at this point in the history
  • Loading branch information
faruryo committed Jun 20, 2021
1 parent defaf75 commit cccb88c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ jobs:
- name: Check out code into the Go module directory
uses: actions/checkout@v2

- name: golangci-lint
uses: golangci/golangci-lint-action@v2

- name: Get dependencies
run: |
go get -v -t -d ./...
Expand All @@ -29,9 +32,6 @@ jobs:
dep ensure
fi
- name: golangci-lint
uses: golangci/golangci-lint-action@v2

- name: Build
run: go build -v ./...

Expand Down

0 comments on commit cccb88c

Please sign in to comment.