Skip to content

Commit

Permalink
Fix style
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Li <[email protected]>
  • Loading branch information
adam2392 committed Sep 21, 2023
1 parent 9ab8f72 commit 2ecb16b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,11 @@ jobs:
with:
path: "./mne_hfo"
mypy_flags: "--config-file pyproject.toml"
- name: Run bibclean
run: |
pwd
ls
bibclean-check ./doc/references.bib
# - name: Run bibclean
# run: |
# pwd
# ls
# bibclean-check ./doc/references.bib

build:
timeout-minutes: 10
Expand Down
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ run-checks:
mypy ./mne_hfo
@$(MAKE) pydocstyle
@$(MAKE) codespell-error
bibclean-check ./doc/references.bib

build-doc:
cd doc; make clean
Expand Down

0 comments on commit 2ecb16b

Please sign in to comment.