Skip to content

Commit

Permalink
Add review workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
achugr committed Feb 28, 2024
1 parent 1a75ad7 commit 3db1566
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/review-pr.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Review CV
on:
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
name: Review CV
steps:
- uses: actions/checkout@v2
- name: Review CV
uses: Streamline-CV/gh-action-aireview@main
with:
openaiKey: ${{ secrets.OPENAI_API_KEY }}
githubKey: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 3db1566

Please sign in to comment.