add arduino-lint check
This commit is contained in:
		
							parent
							
								
									cca392c210
								
							
						
					
					
						commit
						1e1785597f
					
				
					 1 changed files with 10 additions and 0 deletions
				
			
		
							
								
								
									
										10
									
								
								.github/workflows/arduino-lint.yml
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										10
									
								
								.github/workflows/arduino-lint.yml
									
									
									
									
										vendored
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,10 @@
 | 
			
		|||
on: [push, pull_request]
 | 
			
		||||
jobs:
 | 
			
		||||
  lint:
 | 
			
		||||
    runs-on: ubuntu-latest
 | 
			
		||||
    steps:
 | 
			
		||||
      - uses: actions/checkout@v2
 | 
			
		||||
      - uses: arduino/arduino-lint-action@v1
 | 
			
		||||
        with:
 | 
			
		||||
          library-manager: update
 | 
			
		||||
          compliance: strict
 | 
			
		||||
		Loading…
	
		Reference in a new issue