mirror of
				https://github.com/actions-rs/cargo.git
				synced 2025-10-31 19:53:50 +00:00 
			
		
		
		
	Fix new lints
This commit is contained in:
		
							parent
							
								
									b7b99ee70c
								
							
						
					
					
						commit
						eef3dff983
					
				
							
								
								
									
										2
									
								
								dist/index.js
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								dist/index.js
									
									
									
									
										vendored
									
									
								
							
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							| @ -32,8 +32,8 @@ async function main(): Promise<void> { | |||||||
|     try { |     try { | ||||||
|         await run(actionInput); |         await run(actionInput); | ||||||
|     } catch (error) { |     } catch (error) { | ||||||
|         core.setFailed(error.message); |         core.setFailed((<Error>error).message); | ||||||
|     } |     } | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| main(); | void main(); | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user