Skip to content

feat: safesearch variant of the tavily search to that only allows searching a limited set of domains #8

feat: safesearch variant of the tavily search to that only allows searching a limited set of domains

feat: safesearch variant of the tavily search to that only allows searching a limited set of domains #8

Workflow file for this run

name: Test
on:
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: "1.23"
- name: Run tests
run: make test