Skip to content

Do not early return when no relevant code owner exists #35

Do not early return when no relevant code owner exists

Do not early return when no relevant code owner exists #35

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