Enable parallel execution for linting tasks in HAML workflows (#33593)
This commit is contained in:
		
				
					committed by
					
						
						GitHub
					
				
			
			
				
	
			
			
			
						parent
						
							9f03e5b53a
						
					
				
				
					commit
					1ae574e32a
				
			
							
								
								
									
										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 --reporter github
 | 
			
		||||
          bin/haml-lint --parallel --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',
 | 
			
		||||
  '*.haml': 'bin/haml-lint -a --parallel',
 | 
			
		||||
  '**/*.ts?(x)': () => 'tsc -p tsconfig.json --noEmit',
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user