Skip to content

Enabling to read TOF-bin order from Interfile Header #39

Enabling to read TOF-bin order from Interfile Header

Enabling to read TOF-bin order from Interfile Header #39

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]