mirror of
https://github.com/coreos/prometheus-operator.git
synced 2026-02-05 06:45:27 +01:00
13
.github/workflows/.mlc_config.json
vendored
13
.github/workflows/.mlc_config.json
vendored
@@ -1,13 +0,0 @@
|
||||
{
|
||||
"ignorePatterns": [
|
||||
{
|
||||
"pattern": "^http://127.0.0.1"
|
||||
},
|
||||
{
|
||||
"pattern": "^http://localhost"
|
||||
},
|
||||
{
|
||||
"pattern": "^http://proxyserver"
|
||||
}
|
||||
]
|
||||
}
|
||||
11
.github/workflows/checks.yaml
vendored
11
.github/workflows/checks.yaml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user