浏览代码

[frontend] Include .stylelintrc in the CI flow

Johan Åhlén 4 年之前
父节点
当前提交
4529a7273d
共有 2 个文件被更改,包括 2 次插入0 次删除
  1. 1 0
      .circleci/config.yml
  2. 1 0
      .github/workflows/commitflow.yml

+ 1 - 0
.circleci/config.yml

@@ -73,6 +73,7 @@ jobs:
             cp ~/repo/tsconfig.json .
             cp ~/repo/jest.config.js .
             cp ~/repo/.pylintrc .
+            cp ~/repo/.stylelintrc .
 
             cp ~/repo/webpack.config*.js .
             rm package.json

+ 1 - 0
.github/workflows/commitflow.yml

@@ -59,6 +59,7 @@ jobs:
         cp tsconfig.json /usr/share/hue
         cp jest.config.js /usr/share/hue
         cp .pylintrc /usr/share/hue
+        cp .stylelintrc /usr/share/hue
 
         cp webpack.config*.js /usr/share/hue
         rm /usr/share/hue/package.json