Skip to content
This repository was archived by the owner on Mar 4, 2026. It is now read-only.

fix: pass validation when guardrail rule references missing field #250

fix: pass validation when guardrail rule references missing field

fix: pass validation when guardrail rule references missing field #250

Workflow file for this run

name: CI
on:
push:
branches:
- main
paths-ignore:
- pyproject.toml
pull_request:
branches:
- main
jobs:
commit-lint:
if: ${{ github.event_name == 'pull_request' }}
uses: ./.github/workflows/commitlint.yml
lint:
uses: ./.github/workflows/lint.yml
test:
uses: ./.github/workflows/test.yml