8
0
Prechádzať zdrojové kódy

Internal (ckeditor5): Run the linters on CI.

Marek Lewandowski 5 rokov pred
rodič
commit
09f0eba3d5
1 zmenil súbory, kde vykonal 2 pridanie a 0 odobranie
  1. 2 0
      .travis.yml

+ 2 - 0
.travis.yml

@@ -17,6 +17,8 @@ before_install:
 install:
 - yarn install
 script:
+- yarn run lint
+- yarn run stylelint
 - ./scripts/continuous-integration-run-tests.sh
 - yarn run docs:api --validate-only
 - 'if [ $TRAVIS_TEST_RESULT -eq 0 ]; then