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 9ddcfd9 commit db60ae5Copy full SHA for db60ae5
1 file changed
.github/workflows/lint.yml
@@ -4,9 +4,27 @@ on:
4
push:
5
branches:
6
- develop
7
+ paths:
8
+ - '.htmlhintrc'
9
+ - '.postcssrc'
10
+ - '.stylelintrc'
11
+ - '**.html'
12
+ - '**.js'
13
+ - '**.json'
14
+ - '**.css'
15
+ - '!dist/engine/core/**'
16
pull_request:
17
18
19
20
21
22
23
24
25
26
27
28
29
jobs:
30
lint:
0 commit comments