Skip to content

actablesite-check v1.1.0

Choose a tag to compare

@unitedideas unitedideas released this 12 Jul 05:40
· 11 commits to main since this release
f05accb

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.