forked from MapComplete/MapComplete
		
	Fix workflows
This commit is contained in:
		
							parent
							
								
									06cf06f4e8
								
							
						
					
					
						commit
						9f3b1934b4
					
				
					 2 changed files with 6 additions and 1 deletions
				
			
		
							
								
								
									
										3
									
								
								.github/workflows/pull_request_check.yml
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										3
									
								
								.github/workflows/pull_request_check.yml
									
										
									
									
										vendored
									
									
								
							| 
						 | 
					@ -24,6 +24,9 @@ jobs:
 | 
				
			||||||
      - name: create stub themes
 | 
					      - name: create stub themes
 | 
				
			||||||
        run: "echo '{\"layers\": [], \"themes\": []}' > ./assets/generated/known_layers_and_themes.json"
 | 
					        run: "echo '{\"layers\": [], \"themes\": []}' > ./assets/generated/known_layers_and_themes.json"
 | 
				
			||||||
  
 | 
					  
 | 
				
			||||||
 | 
					      - name: generate translations
 | 
				
			||||||
 | 
					        run: npm run generate:translations
 | 
				
			||||||
 | 
					        
 | 
				
			||||||
      - name: Compile license info
 | 
					      - name: Compile license info
 | 
				
			||||||
        run: npm run generate:licenses
 | 
					        run: npm run generate:licenses
 | 
				
			||||||
     
 | 
					     
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
							
								
								
									
										2
									
								
								.github/workflows/theme_validation.yml
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/theme_validation.yml
									
										
									
									
										vendored
									
									
								
							| 
						 | 
					@ -24,6 +24,8 @@ jobs:
 | 
				
			||||||
      - name: create stub themes
 | 
					      - name: create stub themes
 | 
				
			||||||
        run: "echo '{\"layers\": [], \"themes\": []}' > ./assets/generated/known_layers_and_themes.json"
 | 
					        run: "echo '{\"layers\": [], \"themes\": []}' > ./assets/generated/known_layers_and_themes.json"
 | 
				
			||||||
  
 | 
					  
 | 
				
			||||||
 | 
					      - name: generate translations
 | 
				
			||||||
 | 
					        run: npm run generate:translations
 | 
				
			||||||
         
 | 
					         
 | 
				
			||||||
      - name: Compile license info
 | 
					      - name: Compile license info
 | 
				
			||||||
        run: npm run validate:licenses
 | 
					        run: npm run validate:licenses
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue