Skip to content

feat: enhance token usage resolution for OpenAI and Anthropic compati… #98

feat: enhance token usage resolution for OpenAI and Anthropic compati…

feat: enhance token usage resolution for OpenAI and Anthropic compati… #98

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
permissions:
contents: read
jobs:
test:
runs-on: self-hosted
container:
image: golang:1.26.4
steps:
- uses: actions/checkout@v4
- name: Trust workspace
run: git config --global safe.directory '*'
- name: Vet
run: go vet ./...
- name: Test
run: go test -v -race -count=1 ./...
- name: Build
run: go build -o /dev/null ./cmd/opencodereview