Skip to content

GitHub Action

Use humanproof directly in your GitHub Actions workflow:

- name: humanproof
  uses: sandeep-alluru/humanproof@v0.1.0
  with:
    # TODO: add action inputs
    fail-on-error: "true"

Or use the CLI directly:

- name: Install humanproof
  run: pip install humanproof

- name: Run humanproof
  run: humanproof --help