Skip to content

Add fiducial & BDT score cut options to EcalPreselectionSkimmer #191

Add fiducial & BDT score cut options to EcalPreselectionSkimmer

Add fiducial & BDT score cut options to EcalPreselectionSkimmer #191

Workflow file for this run

name: Check Format
on:
push:
branches:
- 'trunk'
pull_request:
jobs:
clang-format:
runs-on: ubuntu-latest
steps:
- uses: extractions/setup-just@v2
with:
just-version: 1.26.0
- uses: actions/checkout@v4
- name: run format check on the C++
run: just install-denv init format-cpp --verbose -Werror --dry-run