Skip to content

Commit 6ad2a81

Browse files
committed
fix formatting in mocha.yml
1 parent 5bff8ef commit 6ad2a81

File tree

1 file changed

+20
-2
lines changed

1 file changed

+20
-2
lines changed

.github/workflows/mocha.yml

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,29 @@ on:
44
push:
55
branches:
66
- main
7-
paths-ignore: ["*.md", "docs/**", "docs-next/**", ".github/**", ".prettierignore", "AUTHORS", "LICENSE"]
7+
paths-ignore:
8+
[
9+
"*.md",
10+
"docs/**",
11+
"docs-next/**",
12+
".github/**",
13+
".prettierignore",
14+
"AUTHORS",
15+
"LICENSE",
16+
]
817
pull_request:
918
branches:
1019
- main
11-
paths-ignore: ["*.md", "docs/**", "docs-next/**", ".github/**", ".prettierignore", "AUTHORS", "LICENSE"]
20+
paths-ignore:
21+
[
22+
"*.md",
23+
"docs/**",
24+
"docs-next/**",
25+
".github/**",
26+
".prettierignore",
27+
"AUTHORS",
28+
"LICENSE",
29+
]
1230
types: [opened, synchronize, reopened, edited]
1331
workflow_dispatch:
1432

0 commit comments

Comments
 (0)