mirror of
https://github.com/taigrr/bitcask
synced 2025-01-18 04:03:17 -08:00
Test chick-p/action-markdownlint@v1
This commit is contained in:
parent
0e38b3a859
commit
c5017a5c24
10
.github/workflows/reviewdog.yml
vendored
10
.github/workflows/reviewdog.yml
vendored
@ -10,3 +10,13 @@ jobs:
|
|||||||
uses: prologic/action-remark-lint@v0.0.5
|
uses: prologic/action-remark-lint@v0.0.5
|
||||||
with:
|
with:
|
||||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
markdownlint:
|
||||||
|
name: runner / markdownlint
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v1
|
||||||
|
- name: markdownlint-github-pr-check
|
||||||
|
uses: chick-p/action-markdownlint@v1
|
||||||
|
with:
|
||||||
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
reporter: github-pr-check
|
||||||
|
3
example.md
Normal file
3
example.md
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
* foo
|
||||||
|
|
||||||
|
[something])
|
39
foo.txt
Normal file
39
foo.txt
Normal file
@ -0,0 +1,39 @@
|
|||||||
|
[4m[33mCODE_OF_CONDUCT.md[39m[24m
|
||||||
|
17:3 [33mwarning[39m Incorrect list-item indent: add 2 spaces list-item-indent remark-lint
|
||||||
|
18:3 [33mwarning[39m Incorrect list-item indent: add 2 spaces list-item-indent remark-lint
|
||||||
|
19:3 [33mwarning[39m Incorrect list-item indent: add 2 spaces list-item-indent remark-lint
|
||||||
|
20:3 [33mwarning[39m Incorrect list-item indent: add 2 spaces list-item-indent remark-lint
|
||||||
|
21:3 [33mwarning[39m Incorrect list-item indent: add 2 spaces list-item-indent remark-lint
|
||||||
|
25:3 [33mwarning[39m Incorrect list-item indent: add 2 spaces list-item-indent remark-lint
|
||||||
|
27:3 [33mwarning[39m Incorrect list-item indent: add 2 spaces list-item-indent remark-lint
|
||||||
|
28:3 [33mwarning[39m Incorrect list-item indent: add 2 spaces list-item-indent remark-lint
|
||||||
|
29:3 [33mwarning[39m Incorrect list-item indent: add 2 spaces list-item-indent remark-lint
|
||||||
|
31:3 [33mwarning[39m Incorrect list-item indent: add 2 spaces list-item-indent remark-lint
|
||||||
|
71:14-71:83 [33mwarning[39m Don’t use literal URLs without angle brackets no-literal-urls remark-lint
|
||||||
|
76:1-76:41 [33mwarning[39m Don’t use literal URLs without angle brackets no-literal-urls remark-lint
|
||||||
|
|
||||||
|
[4m[33mCONTRIBUTING.md[39m[24m
|
||||||
|
5:3 [33mwarning[39m Incorrect list-item indent: add 2 spaces list-item-indent remark-lint
|
||||||
|
6:3 [33mwarning[39m Incorrect list-item indent: add 2 spaces list-item-indent remark-lint
|
||||||
|
7:3 [33mwarning[39m Incorrect list-item indent: add 2 spaces list-item-indent remark-lint
|
||||||
|
8:3 [33mwarning[39m Incorrect list-item indent: add 2 spaces list-item-indent remark-lint
|
||||||
|
|
||||||
|
[4m[33mREADME.md[39m[24m
|
||||||
|
17:3 [33mwarning[39m Incorrect list-item indent: add 2 spaces list-item-indent remark-lint
|
||||||
|
18:3 [33mwarning[39m Incorrect list-item indent: add 2 spaces list-item-indent remark-lint
|
||||||
|
19:3 [33mwarning[39m Incorrect list-item indent: add 2 spaces list-item-indent remark-lint
|
||||||
|
20:3 [33mwarning[39m Incorrect list-item indent: add 2 spaces list-item-indent remark-lint
|
||||||
|
21:3 [33mwarning[39m Incorrect list-item indent: add 2 spaces list-item-indent remark-lint
|
||||||
|
22:3 [33mwarning[39m Incorrect list-item indent: add 2 spaces list-item-indent remark-lint
|
||||||
|
155:3 [33mwarning[39m Incorrect list-item indent: add 2 spaces list-item-indent remark-lint
|
||||||
|
156:3 [33mwarning[39m Incorrect list-item indent: add 2 spaces list-item-indent remark-lint
|
||||||
|
157:3 [33mwarning[39m Incorrect list-item indent: add 2 spaces list-item-indent remark-lint
|
||||||
|
171:3 [33mwarning[39m Incorrect list-item indent: add 2 spaces list-item-indent remark-lint
|
||||||
|
|
||||||
|
[4m[33mexample.md[39m[24m
|
||||||
|
1:3 [33mwarning[39m Incorrect indentation before bullet: remove 2 spaces list-item-bullet-indent remark-lint
|
||||||
|
3:1-3:12 [33mwarning[39m Use the trailing [] on reference links no-shortcut-reference-link remark-lint
|
||||||
|
3:1-3:12 [33mwarning[39m Found reference to undefined definition no-undefined-references remark-lint
|
||||||
|
|
||||||
|
[33m⚠[39m 29 warnings
|
||||||
|
reviewdog: post failed for remark-lint: status=401: The access token not provided. Get token from https://reviewdog.app/gh/prologic/bitcask
|
Loading…
x
Reference in New Issue
Block a user