Skip to content

Commit

Permalink
Use lint action
Browse files Browse the repository at this point in the history
  • Loading branch information
lstoll-sfdc committed Dec 11, 2023
1 parent 8bba583 commit c8ecc4a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,6 @@ jobs:
run: make test

- name: Lint
run: make lint
uses: golangci/golangci-lint-action@v3
with:
version: latest
6 changes: 0 additions & 6 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,6 @@ build:
test:
go test -v ./...

lint: bin/golangci-lint-1.23.8
./bin/golangci-lint-1.23.8 run ./...

bin/golangci-lint-1.23.8:
./hack/fetch-golangci-lint.sh

proto: proto/core/v1/storage.pb.go

proto/core/v1/storage.pb.go: proto/core/v1/storage.proto
Expand Down

0 comments on commit c8ecc4a

Please sign in to comment.