diff options
author | Alexander Moisseev <moiseev@mezonplus.ru> | 2019-04-06 20:47:52 +0300 |
---|---|---|
committer | Alexander Moisseev <moiseev@mezonplus.ru> | 2019-04-06 20:59:31 +0300 |
commit | fbffe544a6775f14d682847833b88eb3680e2dfd (patch) | |
tree | 8c2b7e5ae68fe1175a7fa0828b0b36e1adddb89b /.drone.yml | |
parent | c61885aa0477f4243bd5206d397d506148d481d5 (diff) | |
download | rspamd-fbffe544a6775f14d682847833b88eb3680e2dfd.tar.gz rspamd-fbffe544a6775f14d682847833b88eb3680e2dfd.zip |
[Test] Add stylelint checks for CSS
and embedded styles
Diffstat (limited to '.drone.yml')
-rw-r--r-- | .drone.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.drone.yml b/.drone.yml index 2d01911ba..d28b235ad 100644 --- a/.drone.yml +++ b/.drone.yml @@ -61,6 +61,10 @@ pipeline: - npm install - ./node_modules/.bin/eslint -v - ./node_modules/.bin/eslint ./ + # Run stylelint checks + - ./node_modules/.bin/stylelint -v + - npm show stylelint-config-standard version + - ./node_modules/.bin/stylelint ./**/*.css ./**/*.html ./**/*.js # Run checks on perl source using tidyall perl-tidyall: |