vet

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 730a9ad72b93434e1df6157a675310180548657c
parent 9581058e63317258e155f877d372ddcd78520ddb
Author: Andrew Laack <andrew@laack.co>
Date:   Fri, 20 Feb 2026 03:05:29 -0600

Fixed example action

Diffstat:
MREADME.md | 2+-
Muv.lock | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md @@ -113,7 +113,7 @@ jobs: if: github.event.pull_request.draft == false runs-on: ubuntu-latest env: - OPENROUTER_API_KEY: ${{ secrets.OPENROUTER_API_KEY }} + ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }} steps: - uses: actions/checkout@v4 with: diff --git a/uv.lock b/uv.lock @@ -1511,7 +1511,7 @@ wheels = [ [[package]] name = "verify-everything" -version = "0.1.11" +version = "0.1.12" source = { editable = "." } dependencies = [ { name = "anthropic" },