From 7b55cb4edb993d582913000ba78450d48b246a4c Mon Sep 17 00:00:00 2001 From: KushnirykOleh Date: Wed, 10 Apr 2024 16:51:15 +0300 Subject: [PATCH] removed documentation workflow --- .github/workflows/documentation.yml | 30 ----------------------------- 1 file changed, 30 deletions(-) delete mode 100644 .github/workflows/documentation.yml diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml deleted file mode 100644 index cbdc7a79..00000000 --- a/.github/workflows/documentation.yml +++ /dev/null @@ -1,30 +0,0 @@ -name: Documentation checks -on: - push: - branches: - - '*' - pull_request: - branches: - - main - -jobs: - linting: - name: Documentation linting - runs-on: ubuntu-latest - steps: - - name: Checkout - uses: actions/checkout@v3 - - name: Setup Python - uses: actions/setup-python@v5 - with: - python-version: 3.9 - - name: Markdown linter - uses: avto-dev/markdown-lint@v1 - with: - config: '.markdownlint.yml' - args: '**/*.md' - - name: Markdown links - uses: gaurav-nelson/github-action-markdown-link-check@v1 - with: - config-file: '.mlc_config.json' - base-branch: main \ No newline at end of file