mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-11-04 07:05:41 +00:00 
			
		
		
		
	CI step now lints JS files compiled in each locale
This commit is contained in:
		
							
								
								
									
										4
									
								
								.github/workflows/qc_checks.yaml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/qc_checks.yaml
									
									
									
									
										vendored
									
									
								
							@@ -57,8 +57,8 @@ jobs:
 | 
				
			|||||||
          python3 check_js_templates.py
 | 
					          python3 check_js_templates.py
 | 
				
			||||||
      - name: Lint Javascript Files
 | 
					      - name: Lint Javascript Files
 | 
				
			||||||
        run: |
 | 
					        run: |
 | 
				
			||||||
          invoke render-js-files
 | 
					          python InvenTree/manage.py prerender
 | 
				
			||||||
          npx eslint js_tmp/*.js
 | 
					          npx eslint InvenTree/InvenTree/static_i18n/i18n/*.js
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  html:
 | 
					  html:
 | 
				
			||||||
    name: Style [HTML]
 | 
					    name: Style [HTML]
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user