Skip to content

Commit 2e884a8

Browse files
committed
wip: fmt
1 parent 34c22fa commit 2e884a8

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/textlint_lint.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,21 @@ on:
55
branches:
66
- main
77
paths:
8-
- "src/**/*.md"
9-
- "textlint/**/*.js"
10-
- ".github/workflows/textlint_lint.yml"
11-
- "package.json"
8+
- 'src/**/*.md'
9+
- 'textlint/**/*.js'
10+
- '.github/workflows/textlint_lint.yml'
11+
- 'package.json'
1212

1313
pull_request:
1414
types:
1515
- opened
1616
- synchronize
1717
- reopened
1818
paths:
19-
- "src/**/*.md"
20-
- "textlint/**/*.js"
21-
- ".github/workflows/textlint_lint.yml"
22-
- "package.json"
19+
- 'src/**/*.md'
20+
- 'textlint/**/*.js'
21+
- '.github/workflows/textlint_lint.yml'
22+
- 'package.json'
2323

2424
jobs:
2525
Lint:

0 commit comments

Comments
 (0)