Skip to content

Commit

Permalink
Add a job for pr checks. (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
achugr authored Mar 4, 2024
1 parent ad21770 commit 86a0ee5
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/build-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,17 @@ jobs:
- uses: actions/checkout@v2
- name: Use Streamline CV GitHub Action
uses: Streamline-CV/gh-action-build@main
check:
runs-on: ubuntu-latest
name: Check CV
needs:
- build
steps:
- uses: actions/checkout@v2
- name: Check CV
uses: Streamline-CV/gh-action-check@main
with:
githubKey: ${{ secrets.GITHUB_TOKEN }}
review:
runs-on: ubuntu-latest
name: Review CV
Expand Down

0 comments on commit 86a0ee5

Please sign in to comment.