Skip to content

docs: Add multi-lang IDE integration page #4786

docs: Add multi-lang IDE integration page

docs: Add multi-lang IDE integration page #4786

Workflow file for this run

name: Python SDK
on:
push:
branches: ["main"]
pull_request:
types:
- opened
- synchronize
- reopened
- ready_for_review
# Enable manual trigger for easier debugging
workflow_dispatch:
permissions:
contents: read
pull-requests: write
jobs:
lint:
uses: ./.github/workflows/_dagger_call.yml
secrets: inherit
with:
function: sdk python lint
timeout: 10
test:
uses: ./.github/workflows/_dagger_call.yml
secrets: inherit
with:
function: sdk python test
timeout: 10