Skip to content

Merge pull request #18 from MuonColliderSoft/porting_v32 #45

Merge pull request #18 from MuonColliderSoft/porting_v32

Merge pull request #18 from MuonColliderSoft/porting_v32 #45

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