You've already forked setup-dotnet
							
							
				mirror of
				https://github.com/actions/setup-dotnet.git
				synced 2025-10-31 15:26:22 +07:00 
			
		
		
		
	linter fixes
This commit is contained in:
		| @ -5,11 +5,7 @@ import path = require('path'); | ||||
| const fakeSourcesDirForTesting = path.join( | ||||
|   __dirname, | ||||
|   'runner', | ||||
|   path.join( | ||||
|     Math.random() | ||||
|       .toString(36) | ||||
|       .substring(7) | ||||
|   ), | ||||
|   path.join(Math.random().toString(36).substring(7)), | ||||
|   's' | ||||
| ); | ||||
|  | ||||
|  | ||||
| @ -38,9 +38,8 @@ export async function run() { | ||||
|     } | ||||
|  | ||||
|     if (versions.length) { | ||||
|       const includePrerelease: boolean = core.getBooleanInput( | ||||
|         'include-prerelease' | ||||
|       ); | ||||
|       const includePrerelease: boolean = | ||||
|         core.getBooleanInput('include-prerelease'); | ||||
|       let dotnetInstaller!: installer.DotnetCoreInstaller; | ||||
|       for (const version of new Set<string>(versions)) { | ||||
|         dotnetInstaller = new installer.DotnetCoreInstaller( | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Zachary Taylor
					Zachary Taylor