File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -41,6 +41,7 @@ If you are using this on production, consider [buying me a coffee](https://ko-fi
41
41
- [Scheduled runs](#scheduled-runs)
42
42
- [Disable check for some links](#disable-check-for-some-links)
43
43
- [Check only modified files in a pull request](#check-only-modified-files-in-a-pull-request)
44
+ - [Check multiple directories and files](#check-multiple-directories-and-files)
44
45
- [Status code 429: Too many requests](#too-many-requests)
45
46
- [GitHub links failure fix](#github-links-failure-fix)
46
47
82
83
83
84
# ## Scheduled runs
84
85
In addition to checking links on every push, or pull requests, its also a good
85
- hygine to check for broken links regularly as well. See
86
+ hygiene to check for broken links regularly as well. See
86
87
[Workflow syntax for GitHub Actions - on.schedule](https://help.github.com/en/actions/reference/workflow-syntax-for-github-actions#onschedule)
87
88
for more details.
88
89
You can’t perform that action at this time.
0 commit comments