We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34c22fa commit 2e884a8Copy full SHA for 2e884a8
1 file changed
.github/workflows/textlint_lint.yml
@@ -5,21 +5,21 @@ on:
5
branches:
6
- main
7
paths:
8
- - "src/**/*.md"
9
- - "textlint/**/*.js"
10
- - ".github/workflows/textlint_lint.yml"
11
- - "package.json"
+ - 'src/**/*.md'
+ - 'textlint/**/*.js'
+ - '.github/workflows/textlint_lint.yml'
+ - 'package.json'
12
13
pull_request:
14
types:
15
- opened
16
- synchronize
17
- reopened
18
19
20
21
22
23
24
jobs:
25
Lint:
0 commit comments