diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml deleted file mode 100644 index 502e21ea..00000000 --- a/.github/workflows/check.yml +++ /dev/null @@ -1,22 +0,0 @@ -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