mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 08:30:25 +08:00 
			
		
		
		
	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:
		
							
								
								
									
										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"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user