mirror of
https://code.forgejo.org/actions/upload-artifact.git
synced 2025-05-18 15:14:47 +00:00
linting
This commit is contained in:
parent
fa37431cef
commit
f626d210e8
1 changed files with 3 additions and 6 deletions
|
@ -89,13 +89,10 @@ export interface SearchOptions {
|
|||
|
||||
export async function findFilesToUpload(
|
||||
searchPath: string,
|
||||
searchOptions?: SearchOptions,
|
||||
searchOptions?: SearchOptions
|
||||
): Promise<SearchResult> {
|
||||
const searchResults: string[] = []
|
||||
const globber = await glob.create(
|
||||
searchPath,
|
||||
getDefaultGlobOptions()
|
||||
)
|
||||
const globber = await glob.create(searchPath, getDefaultGlobOptions())
|
||||
const rawSearchResults: string[] = await globber.glob()
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue