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 c75b4e1 commit 68b969dCopy full SHA for 68b969d
script.sh
@@ -99,15 +99,7 @@ else
99
fi
100
101
echo '::group:: Running haml-lint with reviewdog 🐶 ...'
102
-# shellcheck disable=SC2086
103
-# ${BUNDLE_EXEC}rubocop ${INPUT_RUBOCOP_FLAGS} --require ${GITHUB_ACTION_PATH}/rdjson_formatter/rdjson_formatter.rb --format RdjsonFormatter \
104
-# | reviewdog -f=rdjson \
105
-# -name="${INPUT_TOOL_NAME}" \
106
-# -reporter="${INPUT_REPORTER}" \
107
-# -filter-mode="${INPUT_FILTER_MODE}" \
108
-# -fail-on-error="${INPUT_FAIL_ON_ERROR}" \
109
-# -level="${INPUT_LEVEL}" \
110
-# ${INPUT_REVIEWDOG_FLAGS}
+echo "haml-lint ${INPUT_HAML_LINT_FLAGS} ."
111
112
# shellcheck disable=SC2046
113
# shellcheck disable=SC2086
0 commit comments