[mod] lint github YAML config files
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
		
							parent
							
								
									56e3d72a76
								
							
						
					
					
						commit
						e55e936e43
					
				
							
								
								
									
										2
									
								
								manage
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								manage
									
									
									
									
									
								
							@ -57,7 +57,7 @@ while IFS= read -r line; do
 | 
			
		||||
    if [ "$line" != "tests/unit/settings/syntaxerror_settings.yml" ]; then
 | 
			
		||||
        YAMLLINT_FILES+=("$line")
 | 
			
		||||
    fi
 | 
			
		||||
done <<< "$(git ls-files './tests/*.yml' './searx/*.yml' './utils/templates/etc/searxng/*.yml')"
 | 
			
		||||
done <<< "$(git ls-files './tests/*.yml' './searx/*.yml' './utils/templates/etc/searxng/*.yml' '.github/*.yml' '.github/*/*.yml')"
 | 
			
		||||
 | 
			
		||||
RST_FILES=(
 | 
			
		||||
    'README.rst'
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user