Skip to content

RSDK-5029 Add writeAnalog to TS SDK (#175) #234

RSDK-5029 Add writeAnalog to TS SDK (#175)

RSDK-5029 Add writeAnalog to TS SDK (#175) #234

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 }}