Skip to content
This repository was archived by the owner on Dec 19, 2024. It is now read-only.

Commit 366c066

Browse files
committed
Format project.
1 parent f5eccee commit 366c066

File tree

5 files changed

+1610
-186
lines changed

5 files changed

+1610
-186
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ before_script:
77
npm run update-types && git diff --exit-code || (echo -e
88
'\n\033[31mERROR:\033[0m Typings are stale. Please run "npm run
99
update-types".' && false)
10+
- >-
11+
npm run format && git diff --exit-code || (echo -e '\n\033[31mERROR:\033[0m
12+
Project is not formatted. Please run "npm run format".' && false)
1013
env:
1114
global:
1215
- secure: >-

0 commit comments

Comments
 (0)