Skip to content

feat: add --duration flag to search command #23

feat: add --duration flag to search command

feat: add --duration flag to search command #23

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build-and-test:
runs-on: macos-15
steps:
- name: Checkout with submodules
uses: actions/checkout@v6
with:
submodules: recursive
- name: Set up Go
uses: actions/setup-go@v6
with:
go-version-file: go.mod
- name: Build
run: make build
- name: Test
run: make test