You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/soundness.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -37,8 +37,8 @@ on:
37
37
default: true
38
38
license_header_check_project_name:
39
39
type: string
40
-
description: "Name of the project called out in the license header."
41
-
required: true
40
+
description: "Name of the project called out in the license header. Required unless `license_header_check_enabled` is false or a `.license_header_template` file is present."
41
+
default: ""
42
42
broken_symlink_check_enabled:
43
43
type: boolean
44
44
description: "Boolean to enable the broken symlink check job. Defaults to true."
0 commit comments