Skip to content

fix(validation_error): replace boolean filter with isNotNil filter on path. #10

fix(validation_error): replace boolean filter with isNotNil filter on path.

fix(validation_error): replace boolean filter with isNotNil filter on path. #10

Workflow file for this run

name: Pull Request
on:
pull_request:
types: [opened, reopened]
jobs:
release:
name: Test
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 16
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Test
run: yarn test:ci