File tree Expand file tree Collapse file tree 4 files changed +10
-4
lines changed
Expand file tree Collapse file tree 4 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.6
4+
5+ - Github Action checks web link in changed files only for pull request events.
6+ - Updated error messages.
7+ - MIT license.
8+
39## 0.5
410
511- Fixed converting header with link to fragment.
Original file line number Diff line number Diff line change 4343 runs-on : ubuntu-22.04
4444 steps :
4545 - uses : actions/checkout@v4
46- - uses : AlexanderDokuchaev/md-dead-link-check@v0.5
46+ - uses : AlexanderDokuchaev/md-dead-link-check@v0.6
4747` ` `
4848
4949### Option 2: Pre-Commit
@@ -52,7 +52,7 @@ Adding to your `.pre-commit-config.yaml` to integrate in [pre-commit](https://pr
5252
5353` ` ` yaml
5454 - repo: https://github.com/AlexanderDokuchaev/md-dead-link-check
55- rev: "v0.5 "
55+ rev: "v0.6 "
5656 hooks:
5757 - id: md-dead-link-check
5858` ` `
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ inputs:
1212 version :
1313 description : ' Version of package'
1414 required : false
15- default : ' 0.5 '
15+ default : ' 0.6 '
1616runs :
1717 using : ' composite'
1818 steps :
Original file line number Diff line number Diff line change 22name = " md_dead_link_check"
33description = " This is a lightweight and fast tool to help you keep your Markdown files free of broken links."
44readme = " README.md"
5- version = " 0.5 "
5+ version = " 0.6 "
66license = {text = " MIT" }
77requires-python = " >=3.8"
88dependencies = [
You can’t perform that action at this time.
0 commit comments