Skip to content

Track SiPM channel map file #11

Track SiPM channel map file

Track SiPM channel map file #11

Workflow file for this run

name: CI
on:
pull_request:
push:
branches:
- dev
jobs:
pre-commit:
name: Format
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
- uses: actions/setup-python@v4
- uses: pre-commit/action@v3.0.0
with:
extra_args: --hook-stage manual --all-files