Skip to content

Draft: Wrong error message when using an undefined property for a schema object property definition #160

Draft: Wrong error message when using an undefined property for a schema object property definition

Draft: Wrong error message when using an undefined property for a schema object property definition #160

Workflow file for this run

name: Code Style
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
code-style:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install PHP
uses: shivammathur/setup-php@v2
with:
php-version: 7.1
- name: Check code style
run: make check-style