mirror of
https://github.com/actions/upload-artifact.git
synced 2025-12-17 21:57:30 +00:00
lint
This commit is contained in:
parent
cb6558bb10
commit
acb59e4776
7 changed files with 13 additions and 7 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue