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