mirror of
				https://github.com/OwO-Network/DeepLX.git
				synced 2025-10-29 14:19:47 +00:00 
			
		
		
		
	ci: add golint
This commit is contained in:
		
							parent
							
								
									7705e7ae1c
								
							
						
					
					
						commit
						7617110dbd
					
				
							
								
								
									
										6
									
								
								.github/workflows/ci.yaml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										6
									
								
								.github/workflows/ci.yaml
									
									
									
									
										vendored
									
									
								
							| @ -17,6 +17,12 @@ jobs: | |||||||
|         with: |         with: | ||||||
|           go-version: '1.19' |           go-version: '1.19' | ||||||
| 
 | 
 | ||||||
|  |       - name: Install golint | ||||||
|  |         run: go install golang.org/x/lint/golint@latest | ||||||
|  | 
 | ||||||
|  |       - name: Run golint | ||||||
|  |         run: golint -set_exit_status ./... | ||||||
|  | 
 | ||||||
|       - name: Build |       - name: Build | ||||||
|         run: go build ./... |         run: go build ./... | ||||||
| 
 | 
 | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user