mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-09 18:43:34 -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 ###########################################################
|
||||
Header()
|
||||
{
|
||||
cat <<EOF
|
||||
/@@#///////@@/(@//@%/(@.@( @@
|
||||
@@//////////////////////////////#* @@@
|
||||
@////@//(///////////@@@@@///@//@/@**//@@(
|
||||
@///////@///////////////@@@@ ( @,
|
||||
@/(&/@//////////////////// @
|
||||
@////////////////////////@@ @
|
||||
@%////////(//////////%/////&@ @@ *,@
|
||||
@@@@@/@/#/////(&////////////////// .@
|
||||
*@@@@@. .%///(//@//////////////////&. .@@, @%
|
||||
@@% .&@&&/@.@//&/////(////////// @@@@@@@@@ .. &@
|
||||
@@@@@ @&/////////////////# @/ @ @@/ ,@@@ @
|
||||
@ @@@@ .%@@@@//////#@ @ @@ @ .,.
|
||||
@@@/@( (@@@@% @/@ %
|
||||
@@@@( . .@@/ #
|
||||
@ %@%
|
||||
EOF
|
||||
/bin/bash possum.sh
|
||||
echo ""
|
||||
echo "---------------------------------------------"
|
||||
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