Update simset conversion files to read out multiple energy bin sinograms #1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Run pre-commit check | |
| on: | |
| - push | |
| - pull_request | |
| jobs: | |
| check: | |
| runs-on: ubuntu-latest | |
| name: pre-commit | |
| steps: | |
| - uses: actions/checkout@v4 | |
| - uses: conda-incubator/setup-miniconda@v3 | |
| with: | |
| activate-environment: pre-commit-env | |
| environment-file: pre-commit-environment.yml | |
| auto-activate-base: false | |
| - uses: pre-commit/action@v3.0.0 |