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