Skip to content

Chore/test empty string 2 #36

Chore/test empty string 2

Chore/test empty string 2 #36

Triggered via pull request October 8, 2024 23:43
Status Failure
Total duration 54s
Artifacts

no-empty-strings.yml

on: pull_request
check-for-empty-strings
44s
check-for-empty-strings
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 10 warnings
check-for-empty-strings
An error occurred: Resource not accessible by integration - https://docs.github.com/rest/checks/runs#create-a-check-run
check-for-empty-strings
Process completed with exit code 1.
check-for-empty-strings
The following actions use a deprecated Node.js version and will be forced to run on node20: tibdex/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
check-for-empty-strings: .github/empty-string-checker.ts#L44
Empty string found: // core.setFailed(`${violations.length} empty string${violations.length > 1 ? "s" : ""} detected in the code.`);
check-for-empty-strings: .github/empty-string-checker.ts#L52
Empty string found: conclusion: violations.length > 0 ? "failure" : "success",
check-for-empty-strings: .github/empty-string-checker.ts#L55
Empty string found: summary: `Found ${violations.length} violation${violations.length !== 1 ? "s" : ""}`,
check-for-empty-strings: .github/empty-string-checker.ts#L78
Empty string found: let currentFile = "";
check-for-empty-strings: build/index.ts#L6
Empty string found: const _EMPTY_STRING_TEST_1 = "";
check-for-empty-strings: build/index.ts#L7
Empty string found: const _EMPTY_STRING_TEST_2 = "";
check-for-empty-strings: package.json#L36
Empty string found: "@actions/core": "^1.11.1",
check-for-empty-strings: package.json#L44
Empty string found: "@octokit/rest": "^21.0.2",
check-for-empty-strings: package.json#L65
Empty string found: "simple-git": "^3.27.0",