Skip to content

Latest commit

 

History

History
54 lines (38 loc) · 949 Bytes

File metadata and controls

54 lines (38 loc) · 949 Bytes

GitHub Action Marketplace Setup

Agent Lighthouse ships as a composite action through the repository root action.yml.

Basic Workflow

name: Agent Lighthouse

on:
  pull_request:
    branches: [main]

jobs:
  agent-lighthouse:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v4

      - uses: ForkPoint/agent-lighthouse@main
        with:
          url: https://staging.example.com
          preset: ecommerce
          min-score: "85"
          github-token: ${{ secrets.GITHUB_TOKEN }}

Release Pinning

For production repositories, pin a tag instead of main after the release is cut:

- uses: ForkPoint/agent-lighthouse@v2.0.0

Marketplace Copy

Name:

Agent Lighthouse Audit

Description:

Audit websites for AI-agent readiness, LLM crawler access, MCP discovery, WebMCP, and Schema.org signals in CI.

Categories:

Code Quality, Testing, Utilities