 Louis Lam
					
					4 years ago
						Louis Lam
					
					4 years ago
					
						
							committed by
							
								 GitHub
								GitHub
							
						 
					
				 
				
			 
		 
		
			
				
					
					No known key found for this signature in database
					
						
							GPG Key ID: 4AEE18F83AFDEB23
						
					
				
			
		
		
		
	
		
			
				 1 changed files with 
1 additions and 
0 deletions
			 
			
		 
		
			
				- 
					
					
					 
					.github/workflows/reviewdog.yml
				
				
				
					
						
							
								
									
	
		
		
			
				
					|  | @ -10,5 +10,6 @@ jobs: | 
			
		
	
		
		
			
				
					|  |  |       - uses: actions/checkout@v2 |  |  |       - uses: actions/checkout@v2 | 
			
		
	
		
		
			
				
					|  |  |       - uses: reviewdog/action-eslint@v1 |  |  |       - uses: reviewdog/action-eslint@v1 | 
			
		
	
		
		
			
				
					|  |  |         with: |  |  |         with: | 
			
		
	
		
		
			
				
					|  |  |  |  |  |           github_token: ${{ secrets.PERSONAL_TOKEN }} | 
			
		
	
		
		
			
				
					|  |  |           reporter: github-pr-review |  |  |           reporter: github-pr-review | 
			
		
	
		
		
			
				
					|  |  |           eslint_flags: --ext .js,.ts,.vue . |  |  |           eslint_flags: --ext .js,.ts,.vue . | 
			
		
	
	
		
		
			
				
					|  | 
 |