Skip to content

Commit

Permalink
lint stage added to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Banana Duck committed Dec 14, 2024
1 parent ca97c1e commit 33c9258
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,10 @@ jobs:
with:
go-version: '1.23'

- name: Lint
- name: Install golangci-lint
run: curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.54.2

- name: Run golangci-lint
run: golangci-lint run ./...

- name: Build
Expand Down

0 comments on commit 33c9258

Please sign in to comment.