File tree Expand file tree Collapse file tree 1 file changed +1
-0
lines changed
.github/workflows/scripts Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change @@ -67,6 +67,7 @@ while IFS= read -r file_path; do
67
67
json) continue ;; # JSON doesn't support comments
68
68
jsx) expected_file_header=$( sed -e ' s|@@|//|g' <<< " ${expected_file_header_template}" ) ;;
69
69
kts) expected_file_header=$( sed -e ' s|@@|//|g' <<< " ${expected_file_header_template}" ) ;;
70
+ proto) expected_file_header=$( sed -e ' s|@@|//|g' <<< " ${expected_file_header_template}" ) ;;
70
71
ps1) expected_file_header=$( sed -e ' s|@@|##|g' <<< " ${expected_file_header_template}" ) ;;
71
72
py) expected_file_header=$( cat <( echo ' #!/usr/bin/env python3' ) <( sed -e ' s|@@|##|g' <<< " ${expected_file_header_template}" ) ) ;;
72
73
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