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

* chore(ci): add yaml and toml formatters * fix(ci): do not format poetry.lock * chore(lib): update poetry.lock
16 lines
281 B
YAML
16 lines
281 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
|