Skip to content

feat: add WithFiles to Directory and Container #840

feat: add WithFiles to Directory and Container

feat: add WithFiles to Directory and Container #840

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/_hack_make.yml
secrets: inherit
with:
mage-targets: sdk:typescript:lint
test:
uses: ./.github/workflows/_hack_make.yml
secrets: inherit
with:
mage-targets: sdk:typescript:test