@cryptotaxi247 / netdata-1 / commits / fb14833f2

Remove markdown linter (#16905)

--------- Signed-off-by: Tasos Katsoulas <tasos@netdata.cloud> Co-authored-by: Tasos Katsoulas <tasos@netdata.cloud>

vkalintiris committed Feb 1, 2024 at 17:17 UTC fb14833f26ebbdd314436e5035231ea2036f6588
2 files changed -49
.github/workflows/docs.yml deleted
-29
@@ -1,29 +0,0 @@
1 ----
2 -name: Docs
3 -on:
4 - push:
5 - branches:
6 - - master
7 - paths:
8 - - '**.md'
9 - pull_request:
10 - paths:
11 - - '**.md'
12 -env:
13 - DISABLE_TELEMETRY: 1
14 -jobs:
15 - markdown-link-check:
16 - name: Broken Links
17 - runs-on: ubuntu-latest
18 - steps:
19 - - name: Checkout
20 - uses: actions/checkout@v4
21 - with:
22 - submodules: recursive
23 - - name: Run link check
24 - uses: gaurav-nelson/github-action-markdown-link-check@v1
25 - with:
26 - use-quiet-mode: 'no'
27 - use-verbose-mode: 'yes'
28 - check-modified-files-only: 'yes'
29 - config-file: '.mlc_config.json'
.mlc_config.json deleted
-20
@@ -1,20 +0,0 @@
1 -{
2 - "ignorePatterns": [
3 - {
4 - "pattern": "^https:\/\/pi-hole\.net\b"
5 - },
6 - {
7 - "pattern": "^https:\/\/docs\.stackpulse\.io\b"
8 - }
9 - ],
10 - "replacementPatterns": [
11 - {
12 - "pattern": "^/",
13 - "replacement": "/github/workspace/"
14 - }
15 - ],
16 - "aliveStatusCodes": [
17 - 200,
18 - 429
19 - ]
20 -}