forked from timescale/promscale
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Paweł Krupa (paulfantom) <[email protected]>
- Loading branch information
1 parent
ce20e46
commit 892cf88
Showing
3 changed files
with
36 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -85,3 +85,19 @@ jobs: | |
go generate ./... | ||
git diff --exit-code | ||
docs: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Check out code into the Go module directory | ||
uses: actions/checkout@v3 | ||
|
||
- name: Set up Go ${{ env.golang-version }} | ||
uses: actions/[email protected] | ||
with: | ||
go-version: ${{ env.golang-version }} | ||
|
||
- name: download mdox | ||
run: go install -a github.com/bwplotka/mdox@latest | ||
|
||
- run: make check-docs | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
version: 1 | ||
|
||
validators: | ||
# Ignore localhost links. | ||
- regex: 'localhost' | ||
type: "ignore" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters