Skip to content

feat!: oneOf now has more strict validation, it actually checks that exactly one schema matches #8

feat!: oneOf now has more strict validation, it actually checks that exactly one schema matches

feat!: oneOf now has more strict validation, it actually checks that exactly one schema matches #8

Workflow file for this run

# This workflow will do a clean installation of node dependencies, build the source code and run tests
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-nodejs
name: Merge Checks
on:
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 14.x
- run: yarn
- run: yarn test
- run: yarn build