We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 755c359 commit 7e33a2bCopy full SHA for 7e33a2b
entrypoint.sh
@@ -12,7 +12,7 @@ echo " - ignoring: '${INPUT_IGNORE}'"
12
if [ "x${INPUT_IGNORE}" != "x" ]; then
13
command_args="${command_args} --ignore ${INPUT_IGNORE}"
14
fi
15
-echo " - nax line length: '${INPUT_MAX_LINE_LENGTH}'"
+echo " - max line length: '${INPUT_MAX_LINE_LENGTH}'"
16
if [ "x${INPUT_MAX_LINE_LENGTH}" != "x" ]; then
17
command_args="${command_args} --max-line-length ${INPUT_MAX_LINE_LENGTH}"
18
0 commit comments