Skip to content

chore(lib): fully refactor the library for v3 #281

chore(lib): fully refactor the library for v3

chore(lib): fully refactor the library for v3 #281

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