Skip to content

chore(deps): bump to allow NumPy >= 2 #392

chore(deps): bump to allow NumPy >= 2

chore(deps): bump to allow NumPy >= 2 #392

Workflow file for this run

# Check for common grammar and spelling mistakes
name: LanguageTool
on:
pull_request:
workflow_dispatch:
jobs:
languagetool-check:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- 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'
level: warning