Skip to content

update ROOT to v6.28.12 and fix FindCERN_ROOT when root-config is used #30

update ROOT to v6.28.12 and fix FindCERN_ROOT when root-config is used

update ROOT to v6.28.12 and fix FindCERN_ROOT when root-config is used #30

name: Run pre-commit check
on:
- push
- pull_request
jobs:
check:
runs-on: ubuntu-latest
name: pre-commit
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
- run: sudo apt-get install -yqq clang-format
- uses: pre-commit/[email protected]