Skip to content

GitHub Action

Use polaroid directly in your GitHub Actions workflow:

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

Or use the CLI directly:

- name: Install polaroid
  run: pip install polaroid-ai

- name: Run polaroid
  run: polaroid --help