Skip to content

feat: expand team ergonomics and model providers #3

feat: expand team ergonomics and model providers

feat: expand team ergonomics and model providers #3

Workflow file for this run

name: ci
on:
push:
branches: [main]
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: Format check
run: |
test -z "$(gofmt -l ./cmd ./pkg)"
- name: Test
run: go test ./...