Skip to content

Commit 0d8c152

Browse files
committed
Use standardized job name for "Check Workflows" workflow
This is the naming conventions 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 configuration file, paralleling the established "Check Config File Formatting" workflow. 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 GitHub Actions workflows, and the workflow name should reflect that purpose.
1 parent cf8cd41 commit 0d8c152

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint-config.yml

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

33
on:
44
push:

0 commit comments

Comments
 (0)