Skip to content

Commit 5c30aff

Browse files
committed
Use standardized job name for "Check License" workflow
This is the naming convention established in the standardized template workflow. Even though it was never realized, the original idea was for the scope of this workflow to be for linting of the repository's documentation files. However, that approach leads to inefficient workflow trigger path filters. The better approach is to scope workflows to a file type. So it is more appropriate to scope the workflow to any checks specific to the license, and the workflow name should reflect that purpose.
1 parent 89a7325 commit 5c30aff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint-documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Lint documentation files
1+
name: Check License
22

33
on:
44
push:

0 commit comments

Comments
 (0)