5 lines
96 B
Bash
5 lines
96 B
Bash
#!/bin/bash
|
|
|
|
# shellcheck disable=SC2086
|
|
golangci-lint run --out-format github-actions ${FLAGS}
|