7 lines
132 B
Bash
7 lines
132 B
Bash
#!/bin/bash
|
|
|
|
echo 'golangci-lint-action: start'
|
|
|
|
# shellcheck disable=SC2086
|
|
golangci-lint run --out-format github-actions ${FLAGS}
|