Skip to content

Bump @anthropic-ai/sdk from 0.78.0 to 0.80.0 #14

Bump @anthropic-ai/sdk from 0.78.0 to 0.80.0

Bump @anthropic-ai/sdk from 0.78.0 to 0.80.0 #14

Workflow file for this run

name: QA Instructions
on:
pull_request:
types: [opened, synchronize]
permissions:
pull-requests: write
models: read
jobs:
qa-instructions:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Setup Node.js
uses: actions/setup-node@v6
with:
node-version-file: ".node-version"
cache: "npm"
- name: Install dependencies
run: npm ci
- name: Build
run: npm run build
- name: Generate QA Instructions
uses: ./
with:
github-token: ${{ secrets.GITHUB_TOKEN }}