mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-10-31 05:05:42 +00:00 
			
		
		
		
	remove unneeded install statements
This commit is contained in:
		
							
								
								
									
										2
									
								
								.github/workflows/pr_checks.yaml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/pr_checks.yaml
									
									
									
									
										vendored
									
									
								
							| @@ -85,7 +85,6 @@ jobs: | ||||
|           python check_js_templates.py | ||||
|       - name: Lint Javascript Files | ||||
|         run: | | ||||
|           npm install eslint eslint-config-google | ||||
|           invoke render-js-files | ||||
|           npx eslint js_tmp/*.js | ||||
|  | ||||
| @@ -115,7 +114,6 @@ jobs: | ||||
|           invoke static | ||||
|       - name: Check HTML Files | ||||
|         run: | | ||||
|           npm install markuplint | ||||
|           npx markuplint InvenTree/build/templates/build/*.html | ||||
|           npx markuplint InvenTree/company/templates/company/*.html | ||||
|           npx markuplint InvenTree/order/templates/order/*.html | ||||
|   | ||||
		Reference in New Issue
	
	Block a user