Skip to content

Pin GitHub Actions workflows to a specific version (#142) #22

Pin GitHub Actions workflows to a specific version (#142)

Pin GitHub Actions workflows to a specific version (#142) #22

Triggered via push November 15, 2023 11:49
Status Success
Total duration 1m 58s
Artifacts

ci.js.yml

on: push
Matrix: ci
Fit to window
Zoom out
Zoom in

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