Skip to content

fix(schema): recursive validation of arbitrarily deep nested structure #1261

fix(schema): recursive validation of arbitrarily deep nested structure

fix(schema): recursive validation of arbitrarily deep nested structure #1261

Workflow file for this run

name: Label PRs
"on":
- pull_request
- issues
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: srvaroa/labeler@master
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"