Skip to content

Commit ae0a8f8

Browse files
committedJul 18, 2022
ci: check readme links
1 parent 17483eb commit ae0a8f8

File tree

4 files changed

+528
-1
lines changed

4 files changed

+528
-1
lines changed
 

‎.github/workflows/tests.yml

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
- run: npm ci
2121
- run: npm run lint
2222
- run: npm run format
23+
- run: npx markdown-link-check -p README.md
2324

2425
integration:
2526
runs-on: ${{ matrix.os }}

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -252,4 +252,4 @@ If you are considering upgrading to v3, please read [this guide](MIGRATION_TO_V3
252252

253253
## Credits
254254

255-
A big thank you to [@Bkucera](https://github.com/Bkucera) for the logo image!
255+
A big thank you to [@kuceb](https://github.com/kuceb) for the logo image!

‎package-lock.json

+525
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
"eslint": "^8.5.0",
2424
"eslint-config-prettier": "^8.5.0",
2525
"jest": "^28.1.3",
26+
"markdown-link-check": "^3.10.2",
2627
"prettier": "^2.1.2",
2728
"semver": "^7.3.2"
2829
},

0 commit comments

Comments
 (0)
Please sign in to comment.