Skip to content

add custom translate config for deepl and openai #151

add custom translate config for deepl and openai

add custom translate config for deepl and openai #151

Workflow file for this run

name: Test
concurrency:
group: test-${{ github.event_name }}-${{ github.ref }}
cancel-in-progress: true
on:
push:
branches:
- 'main'
pull_request:
jobs:
go-test:
name: Go Test
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v5
with:
check-latest: true
go-version-file: 'go.mod'
- name: Run test
run: |
go version
go test $(go list ./... | grep -Ev "github.com/metatube-community/metatube-sdk-go/(provider|translate)")