Skip to content

RuleProbe Self-Check #10

RuleProbe Self-Check

RuleProbe Self-Check #10

Workflow file for this run

name: RuleProbe Self-Check
on:
pull_request:
workflow_dispatch:
jobs:
self-check:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- uses: actions/checkout@v4
- uses: ./
with:
mode: verify
instruction-file: tests/fixtures/sample-claude.md
output-dir: src
fail-on-violation: 'true'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}