Skip to content

Commit 68b969d

Browse files
committed
Cleanup
1 parent c75b4e1 commit 68b969d

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

script.sh

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -99,15 +99,7 @@ else
9999
fi
100100

101101
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}
102+
echo "haml-lint ${INPUT_HAML_LINT_FLAGS} ."
111103

112104
# shellcheck disable=SC2046
113105
# shellcheck disable=SC2086

0 commit comments

Comments
 (0)