Variable: githubActionsNonTitleCasingKinds
const githubActionsNonTitleCasingKinds: readonly [
"camelCase",
"kebab-case",
"PascalCase",
"SCREAMING_SNAKE_CASE",
"snake_case",
"Train-Case",
];
Defined in: _internal/casing.ts:31
Casing variants that exclude title-cased words with spaces.