We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d0a192 commit df234fdCopy full SHA for df234fd
scripts/lint-actionlint.sh
@@ -13,10 +13,6 @@ if [ "${ACTIONLINT}" = "" ]; then
13
if ! ACTIONLINT="$(which "actionlint-${EXPECT_VERSION}")"; then
14
if ! ACTIONLINT="$(which "actionlint")"; then
15
echo "Requires actionlint ${EXPECT_VERSION}; no version found"
16
- echo "To install, run:"
17
- echo
18
- echo " cabal install actionlint-${EXPECT_VERSION}"
19
20
exit 1
21
fi
22
0 commit comments