mirror of
https://github.com/github/codeql-action.git
synced 2025-12-11 10:14:33 +08:00
9 lines
309 B
TypeScript
9 lines
309 B
TypeScript
/**
|
|
* Scans the name of the artifact to make sure there are no illegal characters
|
|
*/
|
|
export declare function checkArtifactName(name: string): void;
|
|
/**
|
|
* Scans the name of the filePath used to make sure there are no illegal characters
|
|
*/
|
|
export declare function checkArtifactFilePath(path: string): void;
|