Files
actions/github/codeql-action-v1/node_modules/@actions/artifact/lib/internal/path-and-artifact-name-validation.d.ts

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;