Skip to content

Add OOP and Meta properties for functions #5

Add OOP and Meta properties for functions

Add OOP and Meta properties for functions #5

Workflow file for this run

name: YAML validation
on:
push:
paths:
- 'elements/**/*.yaml'
- 'events/**/*.yaml'
- 'functions/**/*.yaml'
- 'schemas/**/*.yaml'
pull_request:
paths:
- 'elements/**/*.yaml'
- 'events/**/*.yaml'
- 'functions/**/*.yaml'
- 'schemas/**/*.yaml'
workflow_dispatch:
jobs:
validate:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
lfs: true
- name: Run validator
run: |
chmod +x tools/yajsv tools/validate.sh
tools/validate.sh