Skip to content

⬆️ Bump actions/upload-artifact from 3 to 4 #16

⬆️ Bump actions/upload-artifact from 3 to 4

⬆️ Bump actions/upload-artifact from 3 to 4 #16

Workflow file for this run

name: language
on: [pull_request]
jobs:
linting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- 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