Skip to content

Add notes to dist-summary and timer that negative values are dropped. #109

Add notes to dist-summary and timer that negative values are dropped.

Add notes to dist-summary and timer that negative values are dropped. #109

Workflow file for this run

name: pull-request
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'zulu'
- uses: actions/setup-python@v5
with:
python-version: '3'
- run: pip install -r requirements.txt
- run: mkdocs build