mirror of
https://github.com/actions/upload-artifact.git
synced 2025-06-22 10:57:57 +02: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