Skip to content

Merge pull request #763 from hexlet-basics/languagetool #5

Merge pull request #763 from hexlet-basics/languagetool

Merge pull request #763 from hexlet-basics/languagetool #5

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