Skip to content

Install MuSIC_v2 files #85

Install MuSIC_v2 files

Install MuSIC_v2 files #85

Workflow file for this run

name: test-clang-format
on: [push]
jobs:
format:
runs-on: ubuntu-latest
strategy:
matrix:
path:
- 'src'
- 'ACTSTracking'
steps:
- uses: actions/checkout@v2
- uses: DoozyX/[email protected]
with:
source: ${{ matrix.path }}
clangFormatVersion: 13