Skip to content

Commit 5e55680

Browse files
committed
[Test] Add stylelint test
1 parent b1d032c commit 5e55680

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.circleci/config.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,8 @@ jobs:
1515
paths:
1616
- node_modules
1717
key: v1-dependencies-{{ checksum "package.json" }}
18+
- run: ./node_modules/.bin/eslint -v
1819
- run: ./node_modules/.bin/eslint ./
20+
- run: ./node_modules/.bin/stylelint -v
21+
- run: npm show stylelint-config-standard version
22+
- run: ./node_modules/.bin/stylelint ./**/*.css ./**/*.html ./**/*.js

0 commit comments

Comments
 (0)