Skip to content

fix: correct ToolRegistry stub and ToolParameterSchema in runner test #11

fix: correct ToolRegistry stub and ToolParameterSchema in runner test

fix: correct ToolRegistry stub and ToolParameterSchema in runner test #11

Workflow file for this run

name: Secret Scan
on:
push:
pull_request:
jobs:
scan:
name: Scan for secrets
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Run Gitleaks
uses: gitleaks/gitleaks-action@v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}