Pin GitHub Actions workflows to a specific version (#142) #22
Annotations
7 warnings
precheck:
src/output.ts#L11
All imports in the declaration are only used as types. Use `import type`
|
precheck:
src/output.ts#L32
Type Property name `version.tests.compatibility` must match one of the following formats: camelCase
|
precheck:
src/output.ts#L33
Type Property name `flag.tests.task-per-describe` must match one of the following formats: camelCase
|
precheck:
src/output.ts#L34
Type Property name `flag.tests.may-run-long` must match one of the following formats: camelCase
|
precheck:
src/output.ts#L35
Type Property name `flag.tests.includes-optional` must match one of the following formats: camelCase
|
precheck:
src/output.ts#L42
Member 'results' is never reassigned; mark it as `readonly`
|
precheck:
src/output.ts#L180
Prefer using an optional chain expression instead, as it's more concise and easier to read
|