Skip to content

draft: proof of concept scripting engine #226

draft: proof of concept scripting engine

draft: proof of concept scripting engine #226

Workflow file for this run

name: Validate Schema
on:
pull_request:
permissions:
contents: read
jobs:
validate:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
- name: Setup golang
uses: ./.github/actions/golang
- name: Docs and schemas
run: make test-schema
- name: Save logs
if: always()
uses: ./.github/actions/save-logs