Skip to content
This repository was archived by the owner on Aug 19, 2026. It is now read-only.

Merge pull request #31 from madbaron/update_MAIA_v0_files #114

Merge pull request #31 from madbaron/update_MAIA_v0_files

Merge pull request #31 from madbaron/update_MAIA_v0_files #114

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/clang-format-lint-action@v0.13
with:
source: ${{ matrix.path }}
clangFormatVersion: 13