Skip to content

Commit

Permalink
Ignore ReleaseNotes.md by link checker (#2793)
Browse files Browse the repository at this point in the history
### Changes

- Bump to 0.9
- Add config file for link checker
  • Loading branch information
AlexanderDokuchaev authored Jul 8, 2024
1 parent f5ce945 commit 9fcba3e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,6 @@ jobs:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
- uses: AlexanderDokuchaev/md-dead-link-check@76ecefc7f64753bba30a36179f46d903e9f77669 # v0.8
- uses: AlexanderDokuchaev/md-dead-link-check@cc3ed55268899a1a6d5fd7068abbc4591eab1f74 # v0.9
with:
config: md_dead_link_check.toml
4 changes: 3 additions & 1 deletion .github/workflows/pre-commit-linters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,6 @@ jobs:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
- uses: AlexanderDokuchaev/md-dead-link-check@76ecefc7f64753bba30a36179f46d903e9f77669 # v0.8
- uses: AlexanderDokuchaev/md-dead-link-check@cc3ed55268899a1a6d5fd7068abbc4591eab1f74 # v0.9
with:
config: md_dead_link_check.toml
2 changes: 2 additions & 0 deletions md_dead_link_check.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[tool.md_dead_link_check]
exclude_files = ["ReleaseNotes.md"]

0 comments on commit 9fcba3e

Please sign in to comment.