Skip to content
This repository was archived by the owner on Mar 9, 2026. It is now read-only.

Add possibility to run CKF Tracking on multiple threads (#17) #103

Add possibility to run CKF Tracking on multiple threads (#17)

Add possibility to run CKF Tracking on multiple threads (#17) #103

Workflow file for this run

name: pre-commit
on: [push, pull_request]
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: cvmfs-contrib/github-action-cvmfs@v5
- uses: aidasoft/run-lcg-view@v5
with:
container: el9
view-path: /cvmfs/sw-nightlies.hsf.org/key4hep
run: |
export PYTHONPATH=$(python -m site --user-site):$PYTHONPATH
export PATH=/root/.local/bin:$PATH
# Newer versions of git are more cautious around the github runner
# environment and without this git rev-parse --show-cdup in pre-commit
# fails
git config --global --add safe.directory $(pwd)
pip install pre-commit
pre-commit run --show-diff-on-failure \
--color=always \
--all-files