Skip to content

Commit 1a6d1fa

Browse files
authored
Run hygiene and lint as part of pr build (#7588)
1 parent c281f31 commit 1a6d1fa

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

azure-pipeline.pr.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ jobs:
99
- script: yarn run compile
1010
displayName: Compile
1111

12+
- script: npm run hygiene
13+
displayName: Run hygiene checks
14+
15+
- script: npm run lint
16+
displayName: Run lint
17+
1218
- script: yarn run test
1319
displayName: Run test suite
1420
env:

0 commit comments

Comments
 (0)