mirror of
				https://github.com/inventree/inventree-app.git
				synced 2025-10-31 13:25:40 +00:00 
			
		
		
		
	Update CI workflow scripts
This commit is contained in:
		
							
								
								
									
										4
									
								
								.github/workflows/ios.yaml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/ios.yaml
									
									
									
									
										vendored
									
									
								
							| @@ -28,6 +28,10 @@ jobs: | ||||
|       uses: subosito/flutter-action@v1 | ||||
|       with: | ||||
|         flutter-version: '2.10.3' | ||||
|     - name: Collect Translation Files | ||||
|       run: | | ||||
|         cd lib/l10n | ||||
|         python3 collect_translations.py | ||||
|     - name: Build for iOS | ||||
|       run: | | ||||
|         flutter pub get | ||||
|   | ||||
							
								
								
									
										4
									
								
								.github/workflows/lint.yaml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/lint.yaml
									
									
									
									
										vendored
									
									
								
							| @@ -31,6 +31,10 @@ jobs: | ||||
|         uses: subosito/flutter-action@v1 | ||||
|         with: | ||||
|           flutter-version: '2.10.3' | ||||
|       - name: Collect Translation Files | ||||
|         run: | | ||||
|           cd lib/l10n | ||||
|           python3 collect_translations.py | ||||
|       - run: flutter pub get | ||||
|       - run: cp lib/dummy_dsn.dart lib/dsn.dart | ||||
|       - run: flutter analyze | ||||
|   | ||||
		Reference in New Issue
	
	Block a user