actablesite-check v1.1.0
GitHub Action
Use the crawler-policy checker directly in a workflow:
- uses: unitedideas/actablesite-check@v1
with:
website: example.com
fail-on-blocked: "false"The action writes a job summary and exposes the full JSON result, allowed-count, and blocked-count. Set fail-on-blocked to "true" to enforce the checked policy in CI.
The dependency-free CLI and Homebrew installation remain available unchanged.