Skip to content

Commit df234fd

Browse files
committed
fix(scripts): remove cabal install suggestion for actionlint
1 parent 4d0a192 commit df234fd

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

scripts/lint-actionlint.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,6 @@ if [ "${ACTIONLINT}" = "" ]; then
1313
if ! ACTIONLINT="$(which "actionlint-${EXPECT_VERSION}")"; then
1414
if ! ACTIONLINT="$(which "actionlint")"; then
1515
echo "Requires actionlint ${EXPECT_VERSION}; no version found"
16-
echo "To install, run:"
17-
echo
18-
echo " cabal install actionlint-${EXPECT_VERSION}"
19-
echo
2016
exit 1
2117
fi
2218
fi

0 commit comments

Comments
 (0)