Skip to content

Commit 9c10fd7

Browse files
committed
added lint check to azure [skip ci]
1 parent 2b28a5a commit 9c10fd7

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

build.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@ jobs:
2020
displayName: 'Install dependencies'
2121
inputs:
2222
verbose: false
23+
- task: Npm@1
24+
displayname: 'Lint check'
25+
inputs:
26+
command: custom
27+
verbose: false
28+
customCommand: 'run style-check'
2329
- task: Npm@1
2430
displayName: 'Compile sources'
2531
inputs:
@@ -49,6 +55,12 @@ jobs:
4955
displayName: 'Install dependencies'
5056
inputs:
5157
verbose: false
58+
- task: Npm@1
59+
displayname: 'Lint check'
60+
inputs:
61+
command: custom
62+
verbose: false
63+
customCommand: 'run style-check'
5264
- task: Npm@1
5365
displayName: 'Compile sources'
5466
inputs:
@@ -78,6 +90,12 @@ jobs:
7890
displayName: 'Install dependencies'
7991
inputs:
8092
verbose: false
93+
- task: Npm@1
94+
displayname: 'Lint check'
95+
inputs:
96+
command: custom
97+
verbose: false
98+
customCommand: 'run style-check'
8199
- task: Npm@1
82100
displayName: 'Compile sources'
83101
inputs:

0 commit comments

Comments
 (0)