mirror of
				https://gitea.com/actions/upload-artifact.git
				synced 2025-10-30 08:38:15 +07:00 
			
		
		
		
	linting
This commit is contained in:
		
							parent
							
								
									fa37431cef
								
							
						
					
					
						commit
						f626d210e8
					
				| @ -81,7 +81,7 @@ function getMultiPathLCA(searchPaths: string[]): string { | |||||||
| export interface SearchOptions { | export interface SearchOptions { | ||||||
|   /** |   /** | ||||||
|    * Indicates whether files in the .git directory should be included in the artifact |    * Indicates whether files in the .git directory should be included in the artifact | ||||||
|    *  |    * | ||||||
|    * @default false |    * @default false | ||||||
|    */ |    */ | ||||||
|   includeGitDirectory: boolean |   includeGitDirectory: boolean | ||||||
| @ -89,13 +89,10 @@ export interface SearchOptions { | |||||||
| 
 | 
 | ||||||
| export async function findFilesToUpload( | export async function findFilesToUpload( | ||||||
|   searchPath: string, |   searchPath: string, | ||||||
|   searchOptions?: SearchOptions, |   searchOptions?: SearchOptions | ||||||
| ): Promise<SearchResult> { | ): Promise<SearchResult> { | ||||||
|   const searchResults: string[] = [] |   const searchResults: string[] = [] | ||||||
|   const globber = await glob.create( |   const globber = await glob.create(searchPath, getDefaultGlobOptions()) | ||||||
|     searchPath, |  | ||||||
|     getDefaultGlobOptions() |  | ||||||
|   ) |  | ||||||
|   const rawSearchResults: string[] = await globber.glob() |   const rawSearchResults: string[] = await globber.glob() | ||||||
| 
 | 
 | ||||||
|   /* |   /* | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user