Skip to content

Introduction of SegMIP BDT + other improvement on ECAL veto #34

Introduction of SegMIP BDT + other improvement on ECAL veto

Introduction of SegMIP BDT + other improvement on ECAL veto #34

Workflow file for this run

name: Check Format
on:
push:
branches:
- 'trunk'
pull_request:
jobs:
clang-format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: run format check
run: ./.github/format-check