Skip to content

docs: update sql cell manual &fix(core): outputs should not be included for editable cell #549

docs: update sql cell manual &fix(core): outputs should not be included for editable cell

docs: update sql cell manual &fix(core): outputs should not be included for editable cell #549

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: ['20']
python-version: ['3.8']