Skip to content

support WHISPER_DTM_KEY #166

support WHISPER_DTM_KEY

support WHISPER_DTM_KEY #166

Workflow file for this run

name: Go
on: [push]
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-latest, windows-latest, ubuntu-latest]
steps:
- uses: actions/setup-go@v4
with:
go-version: 1.21
- uses: actions/checkout@v4
- name: lint
run: go run github.com/ysmood/[email protected]
if: matrix.os == 'ubuntu-latest'
- name: test
run: go test ./...