ci(spelling): check enterprise schema
This commit is contained in:
parent
b2cb7f1bd5
commit
64fd321ad1
|
|
@ -12,12 +12,18 @@ jobs:
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: true
|
fail-fast: true
|
||||||
|
matrix:
|
||||||
|
profile:
|
||||||
|
- emqx-enterprise
|
||||||
|
otp:
|
||||||
|
- 24.2.1-1
|
||||||
|
os:
|
||||||
|
- ubuntu20.04
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: actions/download-artifact@v2
|
- uses: actions/download-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: emqx-24.2.1-1-ubuntu20.04
|
name: ${{ matrix.profile }}-${{ mqtrix.otp }}-${{ matrix.os }}
|
||||||
workflow: build_slim_packages.yaml
|
workflow: build_slim_packages.yaml
|
||||||
path: .
|
path: .
|
||||||
- name: Run spellcheck
|
- name: Run spellcheck
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue