Skip to content

Add const where possible and improve the names of temporary variables in the Overlay algorithm #181

Add const where possible and improve the names of temporary variables in the Overlay algorithm

Add const where possible and improve the names of temporary variables in the Overlay algorithm #181

Workflow file for this run

name: pre-commit
on: [push, pull_request]
jobs:
pre-commit:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: cvmfs-contrib/github-action-cvmfs@v3
- name: Run pre-commit
run: |
source /cvmfs/sw-nightlies.hsf.org/key4hep/setup.sh
cd ${GITHUB_WORKSPACE}
pre-commit run --show-diff-on-failure \
--color=always \
--all-files