Skip to content

chore(deps): update erikvl87/languagetool docker tag to v6.5 #157

chore(deps): update erikvl87/languagetool docker tag to v6.5

chore(deps): update erikvl87/languagetool docker tag to v6.5 #157

Workflow file for this run

name: Test
on:
push:
branches:
- master
pull_request:
jobs:
test-check:
name: runner / languagetool (github-check)
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./
with:
github_token: ${{ secrets.github_token }}
reporter: github-check
level: info
test-pr-check:
if: github.event_name == 'pull_request'
name: runner / languagetool (github-pr-check)
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./
with:
github_token: ${{ secrets.github_token }}
reporter: github-pr-check
level: info
test-pr-review:
if: github.event_name == 'pull_request'
name: runner / languagetool (github-pr-review)
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./
with:
github_token: ${{ secrets.github_token }}
reporter: github-pr-review
level: info
patterns: "**.md"
custom_api_endpoint: https://languagetool.org/api