Skip to content

Chore/test empty string 2 #38

Chore/test empty string 2

Chore/test empty string 2 #38

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

no-empty-strings.yml

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

Annotations

2 errors and 5 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#L78
Empty string found: let currentFile = "";
check-for-empty-strings: .github/empty-string-checker.ts#L103
Empty string found: if (/^\+.*""/.test(line)) {
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 = "";