mirror of
				https://github.com/saltstack-formulas/timezone-formula.git
				synced 2025-11-04 10:43:36 +01:00 
			
		
		
		
	ci(travis): quote pathspecs used with git ls-files [skip ci]
				
					
				
			* Automated using https://github.com/myii/ssf-formula/pull/107
This commit is contained in:
		
							parent
							
								
									1996629c72
								
							
						
					
					
						commit
						a1c82549d4
					
				@ -37,7 +37,7 @@ jobs:
 | 
			
		||||
      script:
 | 
			
		||||
        # Install and run `salt-lint`
 | 
			
		||||
        - pip install --user salt-lint
 | 
			
		||||
        - git ls-files -- *.sls *.jinja *.j2 *.tmpl *.tst
 | 
			
		||||
        - git ls-files -- '*.sls' '*.jinja' '*.j2' '*.tmpl' '*.tst'
 | 
			
		||||
                        | xargs salt-lint
 | 
			
		||||
        # Install and run `yamllint`
 | 
			
		||||
        # Need at least `v1.17.0` for the `yaml-files` setting
 | 
			
		||||
@ -48,7 +48,7 @@ jobs:
 | 
			
		||||
        - rubocop -d
 | 
			
		||||
        # Run `shellcheck` (already pre-installed in Travis)
 | 
			
		||||
        - shellcheck --version
 | 
			
		||||
        - git ls-files -- *.sh *.bash *.ksh
 | 
			
		||||
        - git ls-files -- '*.sh' '*.bash' '*.ksh'
 | 
			
		||||
                        | xargs shellcheck
 | 
			
		||||
        # Install and run `commitlint`
 | 
			
		||||
        - npm i -D @commitlint/config-conventional
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user