Skip to content

Test pull request

Test pull request #7

Workflow file for this run

on:
pull_request:
types: [opened, reopened, synchronize]
jobs:
hello_world_job:
runs-on: ubuntu-latest
name: Nitpick AI Review
steps:
# To use this repository's private action,
# you must check out the repository
- name: Checkout
uses: actions/checkout@v4
- name: Nitpick AI Review
uses: ./ # Uses an action in the root directory
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
ai-model: claude-3.5-sonnet
api-key: ${{ secrets.CLAUDE_API_KEY }}
strict: false