mirror of
				https://github.com/saltstack-formulas/cron-formula.git
				synced 2025-11-04 12:33:33 +01:00 
			
		
		
		
	perf(travis): improve salt-lint invocation [skip ci]
				
					
				
			* Automated using https://github.com/myii/ssf-formula/pull/90
This commit is contained in:
		
							parent
							
								
									c5eb3b78bc
								
							
						
					
					
						commit
						624b05a180
					
				@ -56,7 +56,7 @@ jobs:
 | 
				
			|||||||
        # Install and run `salt-lint`
 | 
					        # Install and run `salt-lint`
 | 
				
			||||||
        - pip install --user salt-lint
 | 
					        - pip install --user salt-lint
 | 
				
			||||||
        - git ls-files | grep '\.sls$\|\.jinja$\|\.j2$\|\.tmpl$\|\.tst$'
 | 
					        - git ls-files | grep '\.sls$\|\.jinja$\|\.j2$\|\.tmpl$\|\.tst$'
 | 
				
			||||||
                       | xargs -I {} salt-lint {}
 | 
					                       | xargs salt-lint
 | 
				
			||||||
        # Install and run `yamllint`
 | 
					        # Install and run `yamllint`
 | 
				
			||||||
        # Need at least `v1.17.0` for the `yaml-files` setting
 | 
					        # Need at least `v1.17.0` for the `yaml-files` setting
 | 
				
			||||||
        - pip install --user yamllint>=1.17.0
 | 
					        - pip install --user yamllint>=1.17.0
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user