Skip to content

docs: Document resolver repository and LLM-powered analyzer feature #235

docs: Document resolver repository and LLM-powered analyzer feature

docs: Document resolver repository and LLM-powered analyzer feature #235

Workflow file for this run

name: Doc Detective
on:
workflow_dispatch:
pull_request:
branches:
- main
push:
branches:
- main
schedule:
- cron: '0 9 * * *' # Runs at 1 AM Pacific (9 AM UTC) every day
jobs:
runTests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: doc-detective/github-action@v1
with:
exit_on_fail: true