Skip to content

Commit

Permalink
update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
marshyski committed May 17, 2024
1 parent 9010399 commit 4bbcb16
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions agent/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ gofmt:
go fmt ./...

lint: gofmt
$(GOPATH)/bin/staticcheck $(PACKAGES)
$(GOPATH)/bin/golangci-lint run
$(GOPATH)/bin/gosec -quiet -no-fail ./...
$(shell go env GOPATH)/bin/staticcheck $(PACKAGES)
$(shell go env GOPATH)/bin/golangci-lint run
$(shell go env GOPATH)/bin/gosec -quiet -no-fail ./...

run:
go run main.go
Expand Down

0 comments on commit 4bbcb16

Please sign in to comment.