summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorvkalintiris <vasilis@netdata.cloud>2024-02-01 17:17:20 +0200
committerGitHub <noreply@github.com>2024-02-01 17:17:20 +0200
commitfb14833f26ebbdd314436e5035231ea2036f6588 (patch)
tree3b04c9bada93eb1e3aed9586dcf0c93e8771f5ce /.github
parentcf6125eaf1b4484d27a9e83c1aa386882cff7fcd (diff)
Remove markdown linter (#16905)
--------- Signed-off-by: Tasos Katsoulas <tasos@netdata.cloud> Co-authored-by: Tasos Katsoulas <tasos@netdata.cloud>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/docs.yml29
1 files changed, 0 insertions, 29 deletions
diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml
deleted file mode 100644
index a0554b1677..0000000000
--- a/.github/workflows/docs.yml
+++ /dev/null
@@ -1,29 +0,0 @@
----
-name: Docs
-on:
- push:
- branches:
- - master
- paths:
- - '**.md'
- pull_request:
- paths:
- - '**.md'
-env:
- DISABLE_TELEMETRY: 1
-jobs:
- markdown-link-check:
- name: Broken Links
- runs-on: ubuntu-latest
- steps:
- - name: Checkout
- uses: actions/checkout@v4
- with:
- submodules: recursive
- - name: Run link check
- uses: gaurav-nelson/github-action-markdown-link-check@v1
- with:
- use-quiet-mode: 'no'
- use-verbose-mode: 'yes'
- check-modified-files-only: 'yes'
- config-file: '.mlc_config.json'