File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -12,27 +12,27 @@ project-tools:
1212
1313# LINT
1414lint-golangci-lint :
15- @echo " Linting with golangci-lint"
15+ @echo " >> Linting with golangci-lint"
1616 @$(SCRIPTS_BASE ) /lint-golangci-lint.sh " ${skip-non-generated-files} " " ${service} "
1717
1818lint-scripts :
19- @echo " Linting scripts"
19+ @echo " >> Linting scripts"
2020 @cd ${ROOT_DIR} /scripts && golangci-lint run ${GOLANG_CI_ARGS}
2121
2222sync-tidy :
23- @echo " Syncing and tidying dependencies"
23+ @echo " >> Syncing and tidying dependencies"
2424 @$(SCRIPTS_BASE ) /sync-tidy.sh
2525
2626lint : sync-tidy
2727 @$(MAKE ) --no-print-directory lint-golangci-lint skip-non-generated-files=${skip-non-generated-files} service=${service}
2828
2929# TEST
3030test-go :
31- @echo " Running Go tests"
31+ @echo " >> Running Go tests"
3232 @$(SCRIPTS_BASE ) /test-go.sh " ${skip-non-generated-files} " " ${service} "
3333
3434test-scripts :
35- @echo " Running Go tests for scripts"
35+ @echo " >> Running Go tests for scripts"
3636 @go test $(ROOT_DIR ) /scripts/... ${GOTEST_ARGS}
3737
3838test :
You can’t perform that action at this time.
0 commit comments