aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsilverwind <me@silverwind.io>2023-08-30 03:40:13 +0200
committerGitHub <noreply@github.com>2023-08-30 01:40:13 +0000
commit7bc80cb35012d5c3c6a5105ec8cd01b70de86ef7 (patch)
tree4a2d9108d4e76fb9e8445d0319d1f30459887329
parent1a9998ce916c69a50e9141a86ed8105dabea80ef (diff)
downloadgitea-7bc80cb35012d5c3c6a5105ec8cd01b70de86ef7.tar.gz
gitea-7bc80cb35012d5c3c6a5105ec8cd01b70de86ef7.zip
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.
-rw-r--r--.github/workflows/files-changed.yml10
1 files changed, 10 insertions, 0 deletions
diff --git a/.github/workflows/files-changed.yml b/.github/workflows/files-changed.yml
index f9156d668d..b9277d3109 100644
--- a/.github/workflows/files-changed.yml
+++ b/.github/workflows/files-changed.yml
@@ -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"