add format

This commit is contained in:
Aleksandr Razumov
2020-04-26 04:39:27 +03:00
parent 542ddbcf10
commit d3ea46b6e2
3 changed files with 7 additions and 1 deletions

View File

@@ -5,4 +5,4 @@ echo 'golangci-lint-action: start'
cd "${GITHUB_WORKSPACE}/${DIRECTORY}" || exit 1
# shellcheck disable=SC2086
golangci-lint run --out-format github-actions ${FLAGS}
golangci-lint run --out-format ${FORMAT} ${FLAGS}