fix: windows support requires absolute path to manifest #19
ci.yaml
on: push
Run ESLint
13s
Check Distribution
25s
Annotations
6 errors and 2 warnings
Run ESLint:
src/manifestHandler.ts#L8
'DEFAULT_MANIFEST_DIR' is defined but never used
|
Run ESLint:
src/manifestHandler.ts#L29
Replace `·?·path.resolve(manifestDirInput)` with `⏎········?·path.resolve(manifestDirInput)⏎·······`
|
Run ESLint:
src/manifestHandler.ts#L42
Replace `⏎············`🔍·Looking·for·manifest·in·"${manifestDir}"...`,⏎········` with ``🔍·Looking·for·manifest·in·"${manifestDir}"...``
|
Run ESLint:
src/manifestHandler.ts#L52
Replace `·getOS()·===·'windows'·?·`${manifestDir}\\${manifestFilename}`·:·`${manifestDir}/${manifestFilename}`` with `⏎········getOS()·===·'windows'⏎············?·`${manifestDir}\\${manifestFilename}`⏎············:·`${manifestDir}/${manifestFilename}`;`
|
Run ESLint:
src/manifestHandler.ts#L52
Missing semicolon
|
Run ESLint
Process completed with exit code 1.
|
Check Distribution
The following actions uses node12 which is deprecated and will be forced to run on node16: redhat-actions/common/bundle-verifier@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Check Distribution
The following actions uses Node.js version which is deprecated and will be forced to run on node20: redhat-actions/common/bundle-verifier@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|