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 230a3d3 commit 937b79cCopy full SHA for 937b79c
1 file changed
entrypoint.sh
@@ -4,4 +4,4 @@ DIR=$1
4
TOKEN=${2:-$GITHUB_TOKEN}
5
FORMAT='::{{ToLower .Severity.Name}} file={{.Position.FilePath}},line={{.Position.StartLine}},col={{.Position.StartColumn}}::{{.Message}}'
6
7
-codeownerslint -f $FORMAT -d $DIR -t $TOKEN
+codeownerslint -f "$FORMAT" -d "$DIR" -t "$TOKEN"
0 commit comments