Skip to content

Commit

Permalink
chore(ci): run LT on striped nb (#152)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeertmans authored Oct 23, 2024
1 parent 0b2d41c commit 05082e1
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/languagetool.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,14 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4

- name: Strip cell output
run: |
pip install nbstripout
find . -name '*.ipynb' -exec nbstripout {} +
- name: Check and report
uses: reviewdog/action-languagetool@v1
with:
reporter: github-pr-review
patterns: '*.md src/**.rs python/differt/**.py docs/source/**.md docs/source/**.ipynb !docs/source/notebooks/multipath.ipynb'
patterns: '*.md src/**.rs python/differt/**.py docs/source/**.md docs/source/**.ipynb'
level: warning

0 comments on commit 05082e1

Please sign in to comment.