Skip to content

chore(deps): bump the engine group across 1 directory with 33 updates #3418

chore(deps): bump the engine group across 1 directory with 33 updates

chore(deps): bump the engine group across 1 directory with 33 updates #3418

Workflow file for this run

name: TypeScript 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 typescript lint
timeout: 10
test:
uses: ./.github/workflows/_dagger_call.yml
secrets: inherit
with:
function: sdk typescript test
timeout: 10