Update reviewdog.yml
This commit is contained in:
		
							parent
							
								
									d93f6e2716
								
							
						
					
					
						commit
						5163e16482
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		
							
								
								
									
										3
									
								
								.github/workflows/reviewdog.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										3
									
								
								.github/workflows/reviewdog.yml
									
									
									
									
										vendored
									
									
								
							|  | @ -3,11 +3,12 @@ on: [pull_request] | |||
| jobs: | ||||
|   eslint: | ||||
|     name: runner / eslint | ||||
|     env: | ||||
|       REVIEWDOG_GITHUB_API_TOKEN: ${{ secrets.PERSONAL_TOKEN }} | ||||
|     runs-on: ubuntu-latest | ||||
|     steps: | ||||
|       - uses: actions/checkout@v2 | ||||
|       - uses: reviewdog/action-eslint@v1 | ||||
|         with: | ||||
|           github_token: ${{ secrets.PERSONAL_TOKEN }} | ||||
|           reporter: github-pr-review | ||||
|           eslint_flags: --ext .js,.ts,.vue . | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue