mirror of
				https://github.com/juanfont/headscale.git
				synced 2025-10-28 10:51:44 +01:00 
			
		
		
		
	Only golint new problems
This commit is contained in:
		
							parent
							
								
									f59071ff1c
								
							
						
					
					
						commit
						ab45cd37f8
					
				
							
								
								
									
										6
									
								
								.github/workflows/lint.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										6
									
								
								.github/workflows/lint.yml
									
									
									
									
										vendored
									
									
								
							| @ -14,6 +14,12 @@ jobs: | ||||
|         with: | ||||
|           version: latest | ||||
| 
 | ||||
|           # Only block PRs on new problems. | ||||
|           # If this is not enabled, we will end up having PRs | ||||
|           # blocked because new linters has appared and other | ||||
|           # parts of the code is affected. | ||||
|           only-new-issues: true | ||||
| 
 | ||||
|   prettier-lint: | ||||
|     runs-on: ubuntu-latest | ||||
|     steps: | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user