Skip to content

Commit

Permalink
Add github_action_go_setup for lint (#3912)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcscottiii authored Jul 19, 2024
1 parent e06886f commit 2a31c84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ go_lint: golint go_test_tag_lint
golint -set_exit_status ./webdriver/...

# TODO: run on /shared/, /util/, /webapp/, /webdriver/
golangci_lint: golangci-lint
golangci_lint: golangci-lint github_action_go_setup
golangci-lint cache clean
golangci-lint run ./api/...

Expand Down

0 comments on commit 2a31c84

Please sign in to comment.