Skip to content

Commit c83df62

Browse files
authored
ci(workflows): run lint/checks on all PRs (#41739)
Not only PRs targeting `main`.
1 parent 57bc272 commit c83df62

10 files changed

+0
-20
lines changed

.github/workflows/markdown-lint.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ name: Markdownlint (All files)
22

33
on:
44
pull_request:
5-
branches:
6-
- main
75
paths:
86
- .markdownlint-cli2.jsonc
97
- .nvmrc

.github/workflows/pr-check-lint_content.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ name: Lint and review content files
22

33
on:
44
pull_request_target:
5-
branches:
6-
- main
75
paths:
86
- .nvmrc
97
- "*.md"

.github/workflows/pr-check_cspell_lists.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ name: Check cSpell lists
22

33
on:
44
pull_request:
5-
branches:
6-
- main
75
paths:
86
- .vscode/dictionaries/*
97

.github/workflows/pr-check_javascript.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ name: JavaScript lint
22

33
on:
44
pull_request:
5-
branches:
6-
- main
75
paths:
86
- .nvmrc
97
- "**/*.js"

.github/workflows/pr-check_json.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ name: JSON lint
22

33
on:
44
pull_request:
5-
branches:
6-
- main
75
paths:
86
- .nvmrc
97
- "**/*.json"

.github/workflows/pr-check_redirects.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ name: Check Redirects
22

33
on:
44
pull_request:
5-
branches:
6-
- main
75

86
# No GITHUB_TOKEN permissions, as we only use it to increase API limit.
97
permissions: {}

.github/workflows/pr-check_scripts.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ name: Check scripts
22

33
on:
44
pull_request:
5-
branches:
6-
- main
75
paths:
86
- .nvmrc
97
- package.json

.github/workflows/pr-check_url-issues.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ name: Check URL issues
22

33
on:
44
pull_request:
5-
branches:
6-
- main
75
paths:
86
- "files/**/*.md"
97

.github/workflows/pr-check_yml.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ name: Lint YAML
22

33
on:
44
pull_request:
5-
branches:
6-
- main
75
paths:
86
- .nvmrc
97
- yarn.lock

.github/workflows/pr-test.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ name: PR Test
88

99
on:
1010
pull_request:
11-
branches:
12-
- main
1311

1412
permissions:
1513
# Compare two commits.

0 commit comments

Comments
 (0)