We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdb0c20 commit 2a68777Copy full SHA for 2a68777
entrypoint.sh
@@ -1,4 +1,6 @@
1
#!/bin/bash
2
3
+echo 'golangci-lint-action: start'
4
+
5
# shellcheck disable=SC2086
6
golangci-lint run --out-format github-actions ${FLAGS}
0 commit comments