Skip to content

fix: update keybind & open file in kernel panel on opensumi libro #893

fix: update keybind & open file in kernel panel on opensumi libro

fix: update keybind & open file in kernel panel on opensumi libro #893

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

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']