mirror of
				https://github.com/actions-rs/cargo.git
				synced 2025-11-03 22:31:58 +02:00 
			
		
		
		
	Fix new lints
This commit is contained in:
		
							parent
							
								
									b7b99ee70c
								
							
						
					
					
						commit
						eef3dff983
					
				
					 2 changed files with 3 additions and 3 deletions
				
			
		| 
						 | 
				
			
			@ -32,8 +32,8 @@ async function main(): Promise<void> {
 | 
			
		|||
    try {
 | 
			
		||||
        await run(actionInput);
 | 
			
		||||
    } catch (error) {
 | 
			
		||||
        core.setFailed(error.message);
 | 
			
		||||
        core.setFailed((<Error>error).message);
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
main();
 | 
			
		||||
void main();
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue