Skip to content

Do not throw error on empty approved review #37

Do not throw error on empty approved review

Do not throw error on empty approved review #37

Workflow file for this run

name: CI
on: pull_request
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '14'
- run: yarn install
- run: npx jest