Skip to content

feat: Add optional received_p99 timestamp to commit log #469

feat: Add optional received_p99 timestamp to commit log

feat: Add optional received_p99 timestamp to commit log #469

Workflow file for this run

name: Arroyo Docs on PR's
on:
pull_request:
jobs:
docs:
name: Sphinx
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup Python
uses: actions/setup-python@v2
with:
python-version: '3.8'
- name: Build docs
run: |
pip install virtualenv
make docs