Skip to content

DATA-3396: Add GetLatestTabularData endpoint to TypeScript SDK (#419) #461

DATA-3396: Add GetLatestTabularData endpoint to TypeScript SDK (#419)

DATA-3396: Add GetLatestTabularData endpoint to TypeScript SDK (#419) #461

Workflow file for this run

name: Main
on:
push:
branches:
- main
jobs:
test:
uses: viamrobotics/viam-typescript-sdk/.github/workflows/test.yml@main
publish_next:
needs: test
uses: viamrobotics/viam-typescript-sdk/.github/workflows/publish_next.yml@main
secrets:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}