mirror of
https://github.com/game-ci/unity-test-runner.git
synced 2026-02-05 20:39:07 +08:00
Dependency bump (#88)
* Bump all dependencies to the latest versions * Fix prettifier configuration after bump; Fix issues found by new versions of prettifier & eslint; * Add information about yarn lint & test into CONTRIBUTING.md; Add better description of `yarn build` step in the pipeline
This commit is contained in:
@@ -8,7 +8,7 @@ class Input {
|
||||
}
|
||||
|
||||
static isValidFolderName(folderName) {
|
||||
const validFolderName = new RegExp(/^(\.|\.\/)?(\.?\w+([-_]?\w+)*\/?)*$/);
|
||||
const validFolderName = new RegExp(/^(\.|\.\/)?(\.?\w+([_-]?\w+)*\/?)*$/);
|
||||
|
||||
return validFolderName.test(folderName);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user