Browse Source

[frontend] Include .stylelintrc in the CI flow

Johan Åhlén 4 năm trước cách đây
mục cha
commit
4529a7273d
2 tập tin đã thay đổi với 2 bổ sung0 xóa
  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