Skip to content

MNT #81 ready for beamline testing #296

MNT #81 ready for beamline testing

MNT #81 ready for beamline testing #296

Workflow file for this run

name: Pre-Commit Checks
on:
push:
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: "3.11"
- name: Run Pre-Commit Checks
uses: pre-commit/[email protected]