Update lint.yml (#2211)
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
This commit is contained in:
		
							parent
							
								
									3c967ab280
								
							
						
					
					
						commit
						91f13122eb
					
				
					 1 changed files with 5 additions and 3 deletions
				
			
		
							
								
								
									
										8
									
								
								.github/workflows/lint.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										8
									
								
								.github/workflows/lint.yml
									
									
									
									
										vendored
									
									
								
							|  | @ -1,6 +1,6 @@ | |||
| name: Lint | ||||
| on: | ||||
|   pull_request: | ||||
|   pull_request_target: | ||||
|     branches: | ||||
|       - main | ||||
| jobs: | ||||
|  | @ -8,9 +8,11 @@ jobs: | |||
|     runs-on: ubuntu-latest | ||||
| 
 | ||||
|     steps: | ||||
|       - uses: actions/checkout@v2 | ||||
|       - name: Checkout repo | ||||
|         uses: actions/checkout@v2 | ||||
|         with: | ||||
|           fetch-depth: 0 | ||||
|           ref: ${{ github.event.pull_request.head.sha }} | ||||
|           fetch-depth: 2 | ||||
| 
 | ||||
|       - name: Use Node.js 14.x | ||||
|         uses: actions/setup-node@v2 | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue
	
	 Omar López
						Omar López