Skip to content

chore: update references related to the umi plugin mana &libro app #895

chore: update references related to the umi plugin mana &libro app

chore: update references related to the umi plugin mana &libro app #895

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: weavefox/actions/.github/workflows/ci-javascript.yml@main

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

View workflow run for this annotation

GitHub Actions / .github/workflows/ci.yml

Invalid workflow file

error parsing called workflow ".github/workflows/ci.yml" -> "weavefox/actions/.github/workflows/ci-javascript.yml@main" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
with:
node-version: ${{ matrix.node-version }}
python-version: ${{ matrix.python-version }}
strategy:
fail-fast: false
matrix:
node-version: ['20']
python-version: ['3.8']