Skip to content

Fix for #219 - Folder path separators are incorrectly replaced #243

Fix for #219 - Folder path separators are incorrectly replaced

Fix for #219 - Folder path separators are incorrectly replaced #243

Re-run triggered April 18, 2024 01:01
Status Success
Total duration 1m 47s
Artifacts

test.yml

on: pull_request
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

24 errors and 24 warnings
build (ubuntu-latest, 20.x): src/util.ts#L16
Unexpected control character(s) in regular expression: \x00, \x1f
build (ubuntu-latest, 20.x): src/util.ts#L108
Replace `str.replace(ILLEGAL_CHAR_REGEX_FILE,·REPLACEMENT_CHAR)` with `⏎····str.replace(ILLEGAL_CHAR_REGEX_FILE,·REPLACEMENT_CHAR),⏎··`
build (ubuntu-latest, 20.x): src/util.ts#L112
Replace `↹return·removeInvisibleChars(str.replace(ILLEGAL_CHAR_REGEX_FOLDER,·REPLACEMENT_CHAR)` with `··return·removeInvisibleChars(⏎····str.replace(ILLEGAL_CHAR_REGEX_FOLDER,·REPLACEMENT_CHAR),⏎··`
build (ubuntu-latest, 20.x)
Process completed with exit code 1.
build (ubuntu-latest, 18.x): src/util.ts#L16
Unexpected control character(s) in regular expression: \x00, \x1f
build (ubuntu-latest, 18.x): src/util.ts#L108
Replace `str.replace(ILLEGAL_CHAR_REGEX_FILE,·REPLACEMENT_CHAR)` with `⏎····str.replace(ILLEGAL_CHAR_REGEX_FILE,·REPLACEMENT_CHAR),⏎··`
build (ubuntu-latest, 18.x): src/util.ts#L112
Replace `↹return·removeInvisibleChars(str.replace(ILLEGAL_CHAR_REGEX_FOLDER,·REPLACEMENT_CHAR)` with `··return·removeInvisibleChars(⏎····str.replace(ILLEGAL_CHAR_REGEX_FOLDER,·REPLACEMENT_CHAR),⏎··`
build (ubuntu-latest, 18.x)
Process completed with exit code 1.
build (macos-latest, 18.x): src/util.ts#L16
Unexpected control character(s) in regular expression: \x00, \x1f
build (macos-latest, 18.x): src/util.ts#L108
Replace `str.replace(ILLEGAL_CHAR_REGEX_FILE,·REPLACEMENT_CHAR)` with `⏎····str.replace(ILLEGAL_CHAR_REGEX_FILE,·REPLACEMENT_CHAR),⏎··`
build (macos-latest, 18.x): src/util.ts#L112
Replace `↹return·removeInvisibleChars(str.replace(ILLEGAL_CHAR_REGEX_FOLDER,·REPLACEMENT_CHAR)` with `··return·removeInvisibleChars(⏎····str.replace(ILLEGAL_CHAR_REGEX_FOLDER,·REPLACEMENT_CHAR),⏎··`
build (macos-latest, 18.x)
Process completed with exit code 1.
build (macos-latest, 20.x): src/util.ts#L16
Unexpected control character(s) in regular expression: \x00, \x1f
build (macos-latest, 20.x): src/util.ts#L108
Replace `str.replace(ILLEGAL_CHAR_REGEX_FILE,·REPLACEMENT_CHAR)` with `⏎····str.replace(ILLEGAL_CHAR_REGEX_FILE,·REPLACEMENT_CHAR),⏎··`
build (macos-latest, 20.x): src/util.ts#L112
Replace `↹return·removeInvisibleChars(str.replace(ILLEGAL_CHAR_REGEX_FOLDER,·REPLACEMENT_CHAR)` with `··return·removeInvisibleChars(⏎····str.replace(ILLEGAL_CHAR_REGEX_FOLDER,·REPLACEMENT_CHAR),⏎··`
build (macos-latest, 20.x)
Process completed with exit code 1.
build (windows-latest, 18.x): src/util.ts#L16
Unexpected control character(s) in regular expression: \x00, \x1f
build (windows-latest, 18.x): src/util.ts#L108
Replace `str.replace(ILLEGAL_CHAR_REGEX_FILE,·REPLACEMENT_CHAR)` with `␍⏎····str.replace(ILLEGAL_CHAR_REGEX_FILE,·REPLACEMENT_CHAR),␍⏎··`
build (windows-latest, 18.x): src/util.ts#L112
Replace `↹return·removeInvisibleChars(str.replace(ILLEGAL_CHAR_REGEX_FOLDER,·REPLACEMENT_CHAR)` with `··return·removeInvisibleChars(␍⏎····str.replace(ILLEGAL_CHAR_REGEX_FOLDER,·REPLACEMENT_CHAR),␍⏎··`
build (windows-latest, 18.x)
Process completed with exit code 1.
build (windows-latest, 20.x): src/util.ts#L16
Unexpected control character(s) in regular expression: \x00, \x1f
build (windows-latest, 20.x): src/util.ts#L108
Replace `str.replace(ILLEGAL_CHAR_REGEX_FILE,·REPLACEMENT_CHAR)` with `␍⏎····str.replace(ILLEGAL_CHAR_REGEX_FILE,·REPLACEMENT_CHAR),␍⏎··`
build (windows-latest, 20.x): src/util.ts#L112
Replace `↹return·removeInvisibleChars(str.replace(ILLEGAL_CHAR_REGEX_FOLDER,·REPLACEMENT_CHAR)` with `··return·removeInvisibleChars(␍⏎····str.replace(ILLEGAL_CHAR_REGEX_FOLDER,·REPLACEMENT_CHAR),␍⏎··`
build (windows-latest, 20.x)
Process completed with exit code 1.
build (ubuntu-latest, 20.x)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build (ubuntu-latest, 20.x)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build (ubuntu-latest, 20.x): src/settings/template.ts#L336
Unexpected any. Specify a different type
build (ubuntu-latest, 20.x): src/util.ts#L189
Unexpected any. Specify a different type
build (ubuntu-latest, 18.x)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build (ubuntu-latest, 18.x)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build (ubuntu-latest, 18.x): src/settings/template.ts#L336
Unexpected any. Specify a different type
build (ubuntu-latest, 18.x): src/util.ts#L189
Unexpected any. Specify a different type
build (macos-latest, 18.x)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build (macos-latest, 18.x)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build (macos-latest, 18.x): src/settings/template.ts#L336
Unexpected any. Specify a different type
build (macos-latest, 18.x): src/util.ts#L189
Unexpected any. Specify a different type
build (macos-latest, 20.x)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build (macos-latest, 20.x)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build (macos-latest, 20.x): src/settings/template.ts#L336
Unexpected any. Specify a different type
build (macos-latest, 20.x): src/util.ts#L189
Unexpected any. Specify a different type
build (windows-latest, 18.x)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build (windows-latest, 18.x)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build (windows-latest, 18.x): src/settings/template.ts#L336
Unexpected any. Specify a different type
build (windows-latest, 18.x): src/util.ts#L189
Unexpected any. Specify a different type
build (windows-latest, 20.x)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build (windows-latest, 20.x)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build (windows-latest, 20.x): src/settings/template.ts#L336
Unexpected any. Specify a different type
build (windows-latest, 20.x): src/util.ts#L189
Unexpected any. Specify a different type