1
0
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:
James Mills 2020-01-25 16:46:56 +10:00
parent 0e38b3a859
commit c5017a5c24
No known key found for this signature in database
GPG Key ID: AC4C014F1440EBD6
3 changed files with 52 additions and 0 deletions

View File

@ -10,3 +10,13 @@ jobs:
uses: prologic/action-remark-lint@v0.0.5
with:
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
View File

@ -0,0 +1,3 @@
* foo
[something])

39
foo.txt Normal file
View File

@ -0,0 +1,39 @@
CODE_OF_CONDUCT.md
17:3 warning Incorrect list-item indent: add 2 spaces list-item-indent remark-lint
18:3 warning Incorrect list-item indent: add 2 spaces list-item-indent remark-lint
19:3 warning Incorrect list-item indent: add 2 spaces list-item-indent remark-lint
20:3 warning Incorrect list-item indent: add 2 spaces list-item-indent remark-lint
21:3 warning Incorrect list-item indent: add 2 spaces list-item-indent remark-lint
25:3 warning Incorrect list-item indent: add 2 spaces list-item-indent remark-lint
27:3 warning Incorrect list-item indent: add 2 spaces list-item-indent remark-lint
28:3 warning Incorrect list-item indent: add 2 spaces list-item-indent remark-lint
29:3 warning Incorrect list-item indent: add 2 spaces list-item-indent remark-lint
31:3 warning Incorrect list-item indent: add 2 spaces list-item-indent remark-lint
71:14-71:83 warning Dont use literal URLs without angle brackets no-literal-urls remark-lint
76:1-76:41 warning Dont use literal URLs without angle brackets no-literal-urls remark-lint
CONTRIBUTING.md
5:3 warning Incorrect list-item indent: add 2 spaces list-item-indent remark-lint
6:3 warning Incorrect list-item indent: add 2 spaces list-item-indent remark-lint
7:3 warning Incorrect list-item indent: add 2 spaces list-item-indent remark-lint
8:3 warning Incorrect list-item indent: add 2 spaces list-item-indent remark-lint
README.md
17:3 warning Incorrect list-item indent: add 2 spaces list-item-indent remark-lint
18:3 warning Incorrect list-item indent: add 2 spaces list-item-indent remark-lint
19:3 warning Incorrect list-item indent: add 2 spaces list-item-indent remark-lint
20:3 warning Incorrect list-item indent: add 2 spaces list-item-indent remark-lint
21:3 warning Incorrect list-item indent: add 2 spaces list-item-indent remark-lint
22:3 warning Incorrect list-item indent: add 2 spaces list-item-indent remark-lint
155:3 warning Incorrect list-item indent: add 2 spaces list-item-indent remark-lint
156:3 warning Incorrect list-item indent: add 2 spaces list-item-indent remark-lint
157:3 warning Incorrect list-item indent: add 2 spaces list-item-indent remark-lint
171:3 warning Incorrect list-item indent: add 2 spaces list-item-indent remark-lint
example.md
1:3 warning Incorrect indentation before bullet: remove 2 spaces list-item-bullet-indent remark-lint
3:1-3:12 warning Use the trailing [] on reference links no-shortcut-reference-link remark-lint
3:1-3:12 warning Found reference to undefined definition no-undefined-references remark-lint
⚠ 29 warnings
reviewdog: post failed for remark-lint: status=401: The access token not provided. Get token from https://reviewdog.app/gh/prologic/bitcask