vet

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

commit f1fec43ada53952c5dac649a8f93a48c67fe75d7
parent 7121d02bc23daf30367f8bd25d303b3e53d81f43
Author: Andrew Laack <andrew@laack.co>
Date:   Fri, 27 Feb 2026 14:42:52 -0600

Reverted unintended changes wrt main

Diffstat:
M.github/workflows/vet.yml | 3+--
M.vet/models.json | 3+--
2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/vet.yml b/.github/workflows/vet.yml @@ -13,7 +13,7 @@ jobs: if: github.event.pull_request.draft == false runs-on: ubuntu-latest env: - ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }} + ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }} steps: - uses: actions/checkout@v4 with: @@ -22,4 +22,3 @@ jobs: - uses: ./ with: build-from-source: true - config: ci diff --git a/.vet/models.json b/.vet/models.json @@ -93,4 +93,4 @@ } } } -}- \ No newline at end of file +}