mirror of
https://github.com/super-linter/super-linter.git
synced 2024-12-23 13:12:22 -05:00
try as shell
This commit is contained in:
parent
8dc5b30dee
commit
2b4205634d
2 changed files with 18 additions and 17 deletions
|
@ -158,23 +158,7 @@ ERRORS_FOUND_TERRAFORM=0 # Count of errors found
|
||||||
#### Function Header ###########################################################
|
#### Function Header ###########################################################
|
||||||
Header()
|
Header()
|
||||||
{
|
{
|
||||||
cat <<EOF
|
/bin/bash possum.sh
|
||||||
/@@#///////@@/(@//@%/(@.@( @@
|
|
||||||
@@//////////////////////////////#* @@@
|
|
||||||
@////@//(///////////@@@@@///@//@/@**//@@(
|
|
||||||
@///////@///////////////@@@@ ( @,
|
|
||||||
@/(&/@//////////////////// @
|
|
||||||
@////////////////////////@@ @
|
|
||||||
@%////////(//////////%/////&@ @@ *,@
|
|
||||||
@@@@@/@/#/////(&////////////////// .@
|
|
||||||
*@@@@@. .%///(//@//////////////////&. .@@, @%
|
|
||||||
@@% .&@&&/@.@//&/////(////////// @@@@@@@@@ .. &@
|
|
||||||
@@@@@ @&/////////////////# @/ @ @@/ ,@@@ @
|
|
||||||
@ @@@@ .%@@@@//////#@ @ @@ @ .,.
|
|
||||||
@@@/@( (@@@@% @/@ %
|
|
||||||
@@@@( . .@@/ #
|
|
||||||
@ %@%
|
|
||||||
EOF
|
|
||||||
echo ""
|
echo ""
|
||||||
echo "---------------------------------------------"
|
echo "---------------------------------------------"
|
||||||
echo "--- Github Actions Multi Language Linter ----"
|
echo "--- Github Actions Multi Language Linter ----"
|
||||||
|
|
17
lib/possum.sh
Executable file
17
lib/possum.sh
Executable file
|
@ -0,0 +1,17 @@
|
||||||
|
cat <<EOF
|
||||||
|
/@@#///////@@/(@//@%/(@.@( @@
|
||||||
|
@@//////////////////////////////#* @@@
|
||||||
|
@////@//(///////////@@@@@///@//@/@**//@@(
|
||||||
|
@///////@///////////////@@@@ ( @,
|
||||||
|
@/(&/@//////////////////// @
|
||||||
|
@////////////////////////@@ @
|
||||||
|
@%////////(//////////%/////&@ @@ *,@
|
||||||
|
@@@@@/@/#/////(&////////////////// .@
|
||||||
|
*@@@@@. .%///(//@//////////////////&. .@@, @%
|
||||||
|
@@% .&@&&/@.@//&/////(////////// @@@@@@@@@ .. &@
|
||||||
|
@@@@@ @&/////////////////# @/ @ @@/ ,@@@ @
|
||||||
|
@ @@@@ .%@@@@//////#@ @ @@ @ .,.
|
||||||
|
@@@/@( (@@@@% @/@ %
|
||||||
|
@@@@( . .@@/ #
|
||||||
|
@ %@%
|
||||||
|
EOF
|
Loading…
Reference in a new issue