Skip to content

add total number of runs to logs & small fixes (#72) #228

add total number of runs to logs & small fixes (#72)

add total number of runs to logs & small fixes (#72) #228

Workflow file for this run

name: Test pipeline
on:
push:
branches:
- main
pull_request:
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
with:
python-version: '3.10'
- uses: pre-commit/action@v3.0.0
with:
extra_args: --all-files --show-diff-on-failure