Skip to content

Updated R11780_hqe_rev (12"), R11780_hqe (12"), and R7081_hqe (10") PMT Timing based on Berkeley dark box data #57

Updated R11780_hqe_rev (12"), R11780_hqe (12"), and R7081_hqe (10") PMT Timing based on Berkeley dark box data

Updated R11780_hqe_rev (12"), R11780_hqe (12"), and R7081_hqe (10") PMT Timing based on Berkeley dark box data #57

Workflow file for this run

name: clang-format Check
on: [push, pull_request, workflow_dispatch]
jobs:
formatting-check:
name: Formatting Check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run clang-format style check for C/C++/Protobuf programs.
uses: jidicula/[email protected]
with:
clang-format-version: '14'
check-path: 'src'
fallback-style: 'Google'