forked from open-webui/open-webui
		
	feat: run i18next in CI to format and catch translations diffs
This commit is contained in:
		
							parent
							
								
									e8abaa8bea
								
							
						
					
					
						commit
						45f34924b0
					
				
					 1 changed files with 3 additions and 0 deletions
				
			
		
							
								
								
									
										3
									
								
								.github/workflows/format-build-frontend.yaml
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										3
									
								
								.github/workflows/format-build-frontend.yaml
									
										
									
									
										vendored
									
									
								
							|  | @ -29,6 +29,9 @@ jobs: | ||||||
|       - name: Format Frontend |       - name: Format Frontend | ||||||
|         run: npm run format |         run: npm run format | ||||||
| 
 | 
 | ||||||
|  |       - name: Run i18next | ||||||
|  |         run: npm run i18n:parse | ||||||
|  | 
 | ||||||
|       - name: Check for Changes After Format |       - name: Check for Changes After Format | ||||||
|         run: git diff --exit-code |         run: git diff --exit-code | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Jun Siang Cheah
						Jun Siang Cheah