Skip to content

Use custom rounding rules for summary #187

Use custom rounding rules for summary

Use custom rounding rules for summary #187

Workflow file for this run

name: Run linter and checks
on:
pull_request:
push:
branches: [main]
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Set up Python
uses: actions/setup-python@v6
with:
python-version: "3.12"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install tox
- name: Run pre-commit with tox
run: SKIP=no-commit-to-branch tox -e check