Skip to content

Added TypeScript support to the code interpreter #18

Added TypeScript support to the code interpreter

Added TypeScript support to the code interpreter #18

Workflow file for this run

name: Pull Request
permissions:
contents: read
id-token: write
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
on:
pull_request:
branches:
- main
jobs:
js-sdk:
uses: ./.github/workflows/js_tests.yml
secrets:
E2B_API_KEY: ${{ secrets.E2B_API_KEY }}
python-sdk:
uses: ./.github/workflows/python_tests.yml
secrets:
E2B_API_KEY: ${{ secrets.E2B_API_KEY }}
charts-tests:
uses: ./.github/workflows/charts_tests.yml