mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-22 14:10:56 -05:00
with teeth
This commit is contained in:
parent
4358e9cf5a
commit
55a8c200d3
2 changed files with 10 additions and 3 deletions
|
@ -158,7 +158,14 @@ ERRORS_FOUND_TERRAFORM=0 # Count of errors found
|
||||||
#### Function Header ###########################################################
|
#### Function Header ###########################################################
|
||||||
Header()
|
Header()
|
||||||
{
|
{
|
||||||
|
###############################
|
||||||
|
# Give them the possum action #
|
||||||
|
###############################
|
||||||
/bin/bash possum.sh
|
/bin/bash possum.sh
|
||||||
|
|
||||||
|
##########
|
||||||
|
# Prints #
|
||||||
|
##########
|
||||||
echo ""
|
echo ""
|
||||||
echo "---------------------------------------------"
|
echo "---------------------------------------------"
|
||||||
echo "--- Github Actions Multi Language Linter ----"
|
echo "--- Github Actions Multi Language Linter ----"
|
||||||
|
|
|
@ -10,9 +10,9 @@ cat <<EOF
|
||||||
@@@@@/@/#/////(&////////////////// .@
|
@@@@@/@/#/////(&////////////////// .@
|
||||||
*@@@@@. .%///(//@//////////////////&. .@@, @%
|
*@@@@@. .%///(//@//////////////////&. .@@, @%
|
||||||
@@% .&@&&/@.@//&/////(////////// @@@@@@@@@ .. &@
|
@@% .&@&&/@.@//&/////(////////// @@@@@@@@@ .. &@
|
||||||
@@@@@ @&/////////////////# @/ @ @@/ ,@@@ @
|
@@@@@ @&/////////////////# @/ V @@/ ,@@@ @
|
||||||
@ @@@@ .%@@@@//////#@ @ @@ @ .,.
|
@ @@@@ .%@@@@//////#@ @ @@ @ .,.
|
||||||
@@@/@( (@@@@% @/@ %
|
@@@/@( (@@@@% @/\ %
|
||||||
@@@@( . .@@/ #
|
@@@@( . .@@/\ #
|
||||||
@ %@%
|
@ %@%
|
||||||
EOF
|
EOF
|
||||||
|
|
Loading…
Reference in a new issue