Rely on haml-lint parallel default (#34036)
				
					
				
			This commit is contained in:
		
							parent
							
								
									bdc9cb27e2
								
							
						
					
					
						commit
						894b96cf1f
					
				
							
								
								
									
										2
									
								
								.github/workflows/lint-haml.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/lint-haml.yml
									
									
									
									
										vendored
									
									
								
							@ -43,4 +43,4 @@ jobs:
 | 
			
		||||
      - name: Run haml-lint
 | 
			
		||||
        run: |
 | 
			
		||||
          echo "::add-matcher::.github/workflows/haml-lint-problem-matcher.json"
 | 
			
		||||
          bin/haml-lint --parallel --reporter github
 | 
			
		||||
          bin/haml-lint --reporter github
 | 
			
		||||
 | 
			
		||||
@ -3,7 +3,7 @@ const config = {
 | 
			
		||||
  'Gemfile|*.{rb,ruby,ru,rake}': 'bin/rubocop --force-exclusion -a',
 | 
			
		||||
  '*.{js,jsx,ts,tsx}': 'eslint --fix',
 | 
			
		||||
  '*.{css,scss}': 'stylelint --fix',
 | 
			
		||||
  '*.haml': 'bin/haml-lint -a --parallel',
 | 
			
		||||
  '*.haml': 'bin/haml-lint -a',
 | 
			
		||||
  '**/*.ts?(x)': () => 'tsc -p tsconfig.json --noEmit',
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user