Skip to content

Update TripClust and add phasespace decay generator #610

Update TripClust and add phasespace decay generator

Update TripClust and add phasespace decay generator #610

Workflow file for this run

# Run clang-format
name: Clang-format
on: [push, pull_request]
jobs:
checkout-and-check-formatting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run clang-format
uses: DoozyX/[email protected]
# These are optional (defaults displayed)
with:
source: '.'
exclude: './macro ./scripts ./compiled ./resources ./include ./geometry'
extensions: 'h,cxx,C'
clangFormatVersion: 16