mirror of
https://github.com/golangci/golangci-lint-action.git
synced 2025-12-12 14:01:14 +00:00
echo start
This commit is contained in:
parent
bdb0c2099d
commit
2a6877729d
1 changed files with 2 additions and 0 deletions
|
|
@ -1,4 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
echo 'golangci-lint-action: start'
|
||||
|
||||
# shellcheck disable=SC2086
|
||||
golangci-lint run --out-format github-actions ${FLAGS}
|
||||
|
|
|
|||
Loading…
Reference in a new issue