forked from gitea/gitea
		
	Add various missing files-changed dependencies (#26799)
We were missing a number of config files like `.golangci.yml` in the dependencies for the pull request pipelines, which resulted in the linting not running for https://github.com/go-gitea/gitea/pull/26786 because only `.golangci.yml` had changed.
This commit is contained in:
		
							parent
							
								
									1a9998ce91
								
							
						
					
					
						commit
						7bc80cb350
					
				
							
								
								
									
										10
									
								
								.github/workflows/files-changed.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										10
									
								
								.github/workflows/files-changed.yml
									
									
									
									
										vendored
									
									
								
							| @ -43,6 +43,8 @@ jobs: | ||||
|               - "go.mod" | ||||
|               - "go.sum" | ||||
|               - "Makefile" | ||||
|               - ".golangci.yml" | ||||
|               - ".editorconfig" | ||||
| 
 | ||||
|             frontend: | ||||
|               - "**/*.js" | ||||
| @ -51,16 +53,21 @@ jobs: | ||||
|               - "package.json" | ||||
|               - "package-lock.json" | ||||
|               - "Makefile" | ||||
|               - ".eslintrc.yaml" | ||||
|               - ".stylelintrc.yaml" | ||||
|               - ".npmrc" | ||||
| 
 | ||||
|             docs: | ||||
|               - "**/*.md" | ||||
|               - "docs/**" | ||||
|               - ".markdownlint.yaml" | ||||
| 
 | ||||
|             actions: | ||||
|               - ".github/workflows/*" | ||||
| 
 | ||||
|             templates: | ||||
|               - "templates/**/*.tmpl" | ||||
|               - "pyproject.toml" | ||||
|               - "poetry.lock" | ||||
| 
 | ||||
|             docker: | ||||
| @ -72,3 +79,6 @@ jobs: | ||||
|             swagger: | ||||
|               - "templates/swagger/v1_json.tmpl" | ||||
|               - "Makefile" | ||||
|               - "package.json" | ||||
|               - "package-lock.json" | ||||
|               - ".spectral.yml" | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 silverwind
						silverwind