Skip to content

Fixed pre-commit | Added one unit test #127

Fixed pre-commit | Added one unit test

Fixed pre-commit | Added one unit test #127

Workflow file for this run

name: pre-commit
on:
pull_request:
push:
branches: ["main", "spiros-dev"]
jobs:
pre-commit:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.12"
- run: pip3 install pre-commit
- run: pre-commit run --files NiChart_DLMUSE/*