Skip to content

chore(lib): continuation of v3 refactor (see #117) #253

chore(lib): continuation of v3 refactor (see #117)

chore(lib): continuation of v3 refactor (see #117) #253

Workflow file for this run

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'
level: warning