File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
.github/workflows/scripts Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -48,6 +48,8 @@ while IFS= read -r file_path; do
48
48
c) expected_file_header=$( sed -e ' s|@@|//|g' <<< " ${expected_file_header_template}" ) ;;
49
49
sh) expected_file_header=$( cat <( echo ' #!/bin/bash' ) <( sed -e ' s|@@|##|g' <<< " ${expected_file_header_template}" ) ) ;;
50
50
kts) expected_file_header=$( sed -e ' s|@@|//|g' <<< " ${expected_file_header_template}" ) ;;
51
+ gradle) expected_file_header=$( sed -e ' s|@@|//|g' <<< " ${expected_file_header_template}" ) ;;
52
+ groovy) expected_file_header=$( sed -e ' s|@@|//|g' <<< " ${expected_file_header_template}" ) ;;
51
53
java) expected_file_header=$( sed -e ' s|@@|//|g' <<< " ${expected_file_header_template}" ) ;;
52
54
py) expected_file_header=$( cat <( echo ' #!/usr/bin/env python3' ) <( sed -e ' s|@@|##|g' <<< " ${expected_file_header_template}" ) ) ;;
53
55
rb) expected_file_header=$( cat <( echo ' #!/usr/bin/env ruby' ) <( sed -e ' s|@@|##|g' <<< " ${expected_file_header_template}" ) ) ;;
You can’t perform that action at this time.
0 commit comments