Skip to content

fix(ai): apply input and output schemas when loading .prompt files #535

fix(ai): apply input and output schemas when loading .prompt files

fix(ai): apply input and output schemas when loading .prompt files #535

Workflow file for this run

name: License Compliance
on:
pull_request:
branches: [ main ]
jobs:
check-license:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Check License Headers
uses: genkit-ai/repo-workflows/license-checker@main
with:
github-token: ${{ secrets.GITHUB_TOKEN }}