Skip to content

Commit db60ae5

Browse files
authored
Update lint.yml
1 parent 9ddcfd9 commit db60ae5

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

.github/workflows/lint.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,27 @@ on:
44
push:
55
branches:
66
- develop
7+
paths:
8+
- '.htmlhintrc'
9+
- '.postcssrc'
10+
- '.stylelintrc'
11+
- '**.html'
12+
- '**.js'
13+
- '**.json'
14+
- '**.css'
15+
- '!dist/engine/core/**'
716
pull_request:
817
branches:
918
- develop
19+
paths:
20+
- '.htmlhintrc'
21+
- '.postcssrc'
22+
- '.stylelintrc'
23+
- '**.html'
24+
- '**.js'
25+
- '**.json'
26+
- '**.css'
27+
- '!dist/engine/core/**'
1028

1129
jobs:
1230
lint:

0 commit comments

Comments
 (0)