1
0
mirror of https://github.com/coreos/prometheus-operator.git synced 2026-02-05 06:45:27 +01:00

Setup mdox

Signed-off-by: Saswata Mukherjee <saswataminsta@yahoo.com>
This commit is contained in:
Saswata Mukherjee
2021-07-31 20:48:30 +05:30
parent 2a802a189b
commit d3043017b9
16 changed files with 405 additions and 104 deletions

View File

@@ -1,13 +0,0 @@
{
"ignorePatterns": [
{
"pattern": "^http://127.0.0.1"
},
{
"pattern": "^http://localhost"
},
{
"pattern": "^http://proxyserver"
}
]
}

View File

@@ -25,16 +25,15 @@ jobs:
with:
go-version: ${{ env.golang-version }}
- run: make --always-make format generate && git diff --exit-code
check-links:
check-docs:
runs-on: ubuntu-latest
name: Check markdown links
name: Check Documentation formatting and links
steps:
- uses: actions/checkout@v2
- uses: gaurav-nelson/github-action-markdown-link-check@v1
- uses: actions/setup-go@v2
with:
use-quiet-mode: 'yes'
config-file: '.github/workflows/.mlc_config.json'
continue-on-error: true
go-version: ${{ env.golang-version }}
- run: make check-docs
check-golang:
runs-on: ubuntu-latest
name: Golang linter