We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9d91ac commit 4c4883aCopy full SHA for 4c4883a
.github/workflows/scripts/check-license-header.sh
@@ -91,6 +91,7 @@ while IFS= read -r file_path; do
91
plist) continue ;; # Plists don't support line comments
92
proto) comment_marker='//' ;;
93
ps1) comment_marker='##' ;;
94
+ psm1) comment_marker='##' ;;
95
py) comment_marker='##'; header_prefix=$'#!/usr/bin/env python3\n' ;;
96
rb) comment_marker='##'; header_prefix=$'#!/usr/bin/env ruby\n' ;;
97
sh) comment_marker='##'; header_prefix=$'#!/bin/bash\n' ;;
0 commit comments