Bump code/lib/bidspm from f3888d1 to b1b767e (#73)
#130
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: miss_hit_style | |
| on: | |
| push: | |
| branches: | |
| - main | |
| pull_request: | |
| branches: ['*'] | |
| jobs: | |
| build: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v6 | |
| with: | |
| submodules: false | |
| fetch-depth: 1 | |
| - name: Set up Python | |
| uses: actions/setup-python@v6 | |
| with: | |
| python-version: "3.10" | |
| - name: Install dependencies | |
| run: | | |
| python -m pip install --upgrade pip setuptools | |
| pip3 install -r code/requirements.txt | |
| - name: MISS_HIT Code style | |
| run: | | |
| mh_style |