mirror of
https://github.com/golangci/golangci-lint-action.git
synced 2026-01-16 04:14:30 +07:00
add directory arg
This commit is contained in:
@@ -2,5 +2,7 @@
|
||||
|
||||
echo 'golangci-lint-action: start'
|
||||
|
||||
cd "${GITHUB_WORKSPACE}/${DIRECTORY}" || exit 1
|
||||
|
||||
# shellcheck disable=SC2086
|
||||
golangci-lint run --out-format github-actions ${FLAGS}
|
||||
|
||||
Reference in New Issue
Block a user