Skip to content

⬆️ Bump xu-cheng/latex-action from 2 to 3 #14

⬆️ Bump xu-cheng/latex-action from 2 to 3

⬆️ Bump xu-cheng/latex-action from 2 to 3 #14

Workflow file for this run

name: language
on: [pull_request]
jobs:
linting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Check spelling
uses: typoci/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Check style and grammar
uses: reviewdog/action-languagetool@v1
with:
github_token: ${{ secrets.github_token }}
patterns: '**/*.md **/*.tex'
language: de-DE
reporter: github-pr-review