Skip to content

Commit 44ff6d0

Browse files
committed
CI: Lint and style check full repository
1 parent 52be90a commit 44ff6d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/contrib.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ jobs:
2626
runs-on: ubuntu-latest
2727
steps:
2828
- uses: actions/checkout@v4
29-
- run: pipx run ruff fmriprep
30-
- run: pipx run ruff format --diff fmriprep
29+
- run: pipx run ruff .
30+
- run: pipx run ruff format --diff .
3131

3232
codespell:
3333
name: Check for spelling errors

0 commit comments

Comments
 (0)