Skip to content

feat(magent-ui knowledge): upload component use custom request #74

feat(magent-ui knowledge): upload component use custom request

feat(magent-ui knowledge): upload component use custom request #74

Workflow file for this run

name: 'Code: CI'
on:
pull_request:
types:
- opened
- edited
- reopened
- synchronize
workflow_call:
jobs:
ci-javascript:
name: 'CI: JavaScript'
uses: difizen/actions/.github/workflows/ci-javascript.yml@main
with:
node-version: ${{ matrix.node-version }}
python-version: ${{ matrix.python-version }}
strategy:
fail-fast: false
matrix:
node-version: ['16']
python-version: ['3.8']