Skip to content

Commit

Permalink
refactor(lint): add golangci-lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mgjules committed Apr 11, 2022
1 parent 98c410b commit 002cf1e
Show file tree
Hide file tree
Showing 13 changed files with 676 additions and 22 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
run: |
go install github.com/swaggo/swag/cmd/swag@latest
go install github.com/magefile/mage@latest
go install github.com/golangci/golangci-lint/cmd/golangci-lint@latest
-
name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
Expand Down
Loading

0 comments on commit 002cf1e

Please sign in to comment.