mirror of
https://github.com/golangci/golangci-lint-action.git
synced 2025-12-12 14:01:14 +00:00
6 lines
132 B
Bash
Executable file
6 lines
132 B
Bash
Executable file
#!/bin/bash
|
|
|
|
echo 'golangci-lint-action: start'
|
|
|
|
# shellcheck disable=SC2086
|
|
golangci-lint run --out-format github-actions ${FLAGS}
|