Skip to content

Commit 2ad4ac1

Browse files
Updated license_header_check_project_name to no longer be required
Fixes #76
1 parent 17aa86b commit 2ad4ac1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/soundness.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ on:
3737
default: true
3838
license_header_check_project_name:
3939
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: ""
4242
broken_symlink_check_enabled:
4343
type: boolean
4444
description: "Boolean to enable the broken symlink check job. Defaults to true."

0 commit comments

Comments
 (0)