Skip to content

feat: update to antd5 #35

feat: update to antd5

feat: update to antd5 #35

Workflow file for this run

name: 'Code: CI'
on:
pull_request:
types:
- opened
- edited
- reopened
- synchronize
workflow_call:
permissions:
contents: read
actions: read # required by nrwl/nx-set-shas
jobs:
ci-javascript:
name: 'CI: JavaScript'
uses: secretflow/web-ci/.github/workflows/ci-javascript.yml@main

Check failure on line 19 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / Code: CI

Invalid workflow file

The workflow is not valid. .github/workflows/ci.yml (Line: 19, Col: 11): Input python-version is required, but not provided while calling.
with:
node-version: ${{ matrix.node-version }}
strategy:
fail-fast: false
matrix:
node-version: ['16.20.x']
ci-python:
name: 'CI: Python'
uses: secretflow/web-ci/.github/workflows/ci-python.yml@main
with:
python-version: ${{ matrix.python-version }}
strategy:
fail-fast: false
matrix:
python-version: ['3.8.x']