Skip to content

ts: bump golang.org/x/net to fix sec advisory (#7629) #30

ts: bump golang.org/x/net to fix sec advisory (#7629)

ts: bump golang.org/x/net to fix sec advisory (#7629) #30

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
dev-engine: true
timeout: 10
test:
uses: ./.github/workflows/_dagger_call.yml
secrets: inherit
with:
function: sdk typescript test
dev-engine: true
timeout: 10
test-publish:
uses: ./.github/workflows/_dagger_call.yml
secrets: inherit
with:
function: sdk typescript publish --dry-run=true --tag=$GITHUB_REF
timeout: 10