Просмотр исходного кода

ci(spelling): check enterprise schema

Zaiming (Stone) Shi 4 лет назад
Родитель
Сommit
64fd321ad1
1 измененных файлов с 8 добавлено и 2 удалено
  1. 8 2
      .github/workflows/spelling.yml

+ 8 - 2
.github/workflows/spelling.yml

@@ -12,12 +12,18 @@ jobs:
 
     strategy:
       fail-fast: true
-
+    matrix:
+      profile:
+        - emqx-enterprise
+      otp:
+        - 24.2.1-1
+      os:
+        - ubuntu20.04
     steps:
     - uses: actions/checkout@v2
     - uses: actions/download-artifact@v2
       with:
-        name:  emqx-24.2.1-1-ubuntu20.04
+        name:  ${{ matrix.profile }}-${{ mqtrix.otp }}-${{ matrix.os }}
         workflow: build_slim_packages.yaml
         path: .
     - name: Run spellcheck