Skip to content

Commit e9a42a7

Browse files
Merge branch 'main' into fix/cpp-exceptions-v3
2 parents 4f7816d + e5c0f86 commit e9a42a7

File tree

2 files changed

+10
-12
lines changed

2 files changed

+10
-12
lines changed

.github/workflows/lint-prettier.yml

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,17 @@ on:
88
branches:
99
- main
1010
paths:
11-
- ".github/workflows/lint-prettier.yml"
12-
- "*.yml"
13-
- "*.yaml"
14-
- "*.json"
15-
- "*.md"
11+
- "**/*.yml"
12+
- "**/*.yaml"
13+
- "**/*.json"
14+
- "**/*.md"
1615

1716
pull_request:
1817
paths:
19-
- ".github/workflows/lint-prettier.yml"
20-
- "*.yml"
21-
- "*.yaml"
22-
- "*.json"
23-
- "*.md"
18+
- "**/*.yml"
19+
- "**/*.yaml"
20+
- "**/*.json"
21+
- "**/*.md"
2422

2523
jobs:
2624
lint-prettier:

.github/workflows/lint-shellcheck.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ on:
99
- main
1010
paths:
1111
- ".github/workflows/lint-shellcheck.yml"
12-
- "*.sh"
12+
- "**/*.sh"
1313

1414
pull_request:
1515
paths:
1616
- ".github/workflows/lint-shellcheck.yml"
17-
- "*.sh"
17+
- "**/*.sh"
1818

1919
jobs:
2020
shellcheck:

0 commit comments

Comments
 (0)