Skip to content

chore: Client.Do so the sdk client can be used directly (#12) #47

chore: Client.Do so the sdk client can be used directly (#12)

chore: Client.Do so the sdk client can be used directly (#12) #47

Workflow file for this run

name: test
on:
pull_request:
push:
branches: [main]
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-go@v6
with:
go-version-file: go.mod
- uses: go-task/setup-task@v2
- run: task test