Skip to content

Merge pull request #764 from ola-9/fix-en-language-tool-check #10

Merge pull request #764 from ola-9/fix-en-language-tool-check

Merge pull request #764 from ola-9/fix-en-language-tool-check #10

Workflow file for this run

name: Languagetool
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
main:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Check
uses: addnab/docker-run-action@v3
with:
image: hexlet/languagetool-cli:latest
options: -v ${{ github.workspace }}/modules:/content
run: node ./bin/run.js check /content/**/*.md