Variable: githubActionsCasingKinds
const githubActionsCasingKinds: readonly [
"camelCase",
"kebab-case",
"PascalCase",
"SCREAMING_SNAKE_CASE",
"snake_case",
"Title Case",
"Train-Case",
];
Defined in: _internal/casing.ts:17
Supported naming conventions used by workflow naming rules.