Skip locales linting (#23352)
This commit is contained in:
		
							parent
							
								
									1c335ac53a
								
							
						
					
					
						commit
						420f33ccb9
					
				
					 2 changed files with 4 additions and 0 deletions
				
			
		
							
								
								
									
										2
									
								
								.github/workflows/lint-json.yml
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/lint-json.yml
									
										
									
									
										vendored
									
									
								
							|  | @ -9,6 +9,7 @@ on: | |||
|       - '.prettier*' | ||||
|       - '**/*.json' | ||||
|       - '.github/workflows/lint-json.yml' | ||||
|       - '!app/javascript/mastodon/locales/*.json' | ||||
| 
 | ||||
|   pull_request: | ||||
|     paths: | ||||
|  | @ -17,6 +18,7 @@ on: | |||
|       - '.prettier*' | ||||
|       - '**/*.json' | ||||
|       - '.github/workflows/lint-json.yml' | ||||
|       - '!app/javascript/mastodon/locales/*.json' | ||||
| 
 | ||||
| jobs: | ||||
|   lint: | ||||
|  |  | |||
							
								
								
									
										2
									
								
								.github/workflows/lint-yml.yml
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/lint-yml.yml
									
										
									
									
										vendored
									
									
								
							|  | @ -10,6 +10,7 @@ on: | |||
|       - '**/*.yaml' | ||||
|       - '**/*.yml' | ||||
|       - '.github/workflows/lint-yml.yml' | ||||
|       - '!config/locales/*.yml' | ||||
| 
 | ||||
|   pull_request: | ||||
|     paths: | ||||
|  | @ -19,6 +20,7 @@ on: | |||
|       - '**/*.yaml' | ||||
|       - '**/*.yml' | ||||
|       - '.github/workflows/lint-yml.yml' | ||||
|       - '!config/locales/*.yml' | ||||
| 
 | ||||
| jobs: | ||||
|   lint: | ||||
|  |  | |||
		Reference in a new issue