Skip to content

docs: add CLAUDE.md with codebase overview for AI assistants #87

docs: add CLAUDE.md with codebase overview for AI assistants

docs: add CLAUDE.md with codebase overview for AI assistants #87

Workflow file for this run

name: GitLeaks
on: [pull_request, push, workflow_dispatch]
jobs:
scan:
name: gitleaks
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
with:
fetch-depth: 0
- uses: gitleaks/gitleaks-action@v3
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}