Skip to content

Commit

Permalink
only in colabs folder (#555)
Browse files Browse the repository at this point in the history
  • Loading branch information
tcapelle authored Jul 26, 2024
1 parent 9970270 commit c49672b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cleanup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Test clean up .ipynb files
shell: bash
run: |
nb_helpers.fix_nbs .
nb_helpers.fix_nbs ./colabs/
git status -s # display the status to see which nbs need cleaning up
if [[ `git status --porcelain -uno` ]]; then
git status -uno
Expand Down

0 comments on commit c49672b

Please sign in to comment.