mirror of
https://github.com/jeertmans/manim-slides.git
synced 2025-08-06 14:19:52 +08:00

* chore(README): upgrade in the README documentation * chore(README): upgrade in the README documentation * fix(README): typo in emoji * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * fix(README): typo in emoji (bis) * fix: toc link * fix: few typos found by LT Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
16 lines
291 B
YAML
16 lines
291 B
YAML
on:
|
|
pull_request:
|
|
workflow_dispatch:
|
|
|
|
name: LanguageTool check
|
|
|
|
jobs:
|
|
languagetool_check:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/checkout@v1
|
|
- uses: reviewdog/action-languagetool@v1
|
|
with:
|
|
reporter: github-pr-review
|
|
level: warning
|