fix: Actions
This commit is contained in:
		
							parent
							
								
									2dbadc7eab
								
							
						
					
					
						commit
						c549f51c49
					
				
					 5 changed files with 5 additions and 3 deletions
				
			
		|  | @ -17,7 +17,7 @@ export default [ | |||
|     includeIgnoreFile(gitignorePath), | ||||
|     { | ||||
|         ignores: ['**/dist/**', '**/.node_modules/**', '**/coverage/**', '**/.github/**'], | ||||
|         files: ['**/*.ts', '**/*.cts', '**.*.mts', '**/*.ts'], | ||||
|         files: ['**/*.ts', '**/*.cts', '**.*.mts'], | ||||
|     }, | ||||
|     { | ||||
|         languageOptions: { | ||||
|  |  | |||
		Reference in a new issue