From 64fd321ad124b0e76ea998405eac0bd5258506fb Mon Sep 17 00:00:00 2001 From: "Zaiming (Stone) Shi" Date: Thu, 24 Feb 2022 11:56:35 +0100 Subject: [PATCH] ci(spelling): check enterprise schema --- .github/workflows/spelling.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.github/workflows/spelling.yml b/.github/workflows/spelling.yml index c7d4629e5..c9c635ba5 100644 --- a/.github/workflows/spelling.yml +++ b/.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