Skip to content

add headers_list support, similar to attributes_list #292

add headers_list support, similar to attributes_list

add headers_list support, similar to attributes_list #292

Workflow file for this run

name: Build Check
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
check-schema:
runs-on: ubuntu-latest
steps:
- name: check out code
uses: actions/checkout@v2
- name: install dependencies
run: npm install
- name: compile schema
run: make compile-schema
- name: validate example
run: make validate-examples