diff --git a/.github/workflows/build-pr.yaml b/.github/workflows/build-pr.yaml index 87a852d..3be8116 100644 --- a/.github/workflows/build-pr.yaml +++ b/.github/workflows/build-pr.yaml @@ -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