mirror of
https://github.com/actions/upload-artifact.git
synced 2025-10-19 17:26:32 +00:00
lint
This commit is contained in:
@@ -81,7 +81,7 @@ function getMultiPathLCA(searchPaths: string[]): string {
|
||||
|
||||
export async function findFilesToUpload(
|
||||
searchPath: string,
|
||||
includeHiddenFiles?: boolean,
|
||||
includeHiddenFiles?: boolean
|
||||
): Promise<SearchResult> {
|
||||
const searchResults: string[] = []
|
||||
const globber = await glob.create(
|
||||
|
Reference in New Issue
Block a user