File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
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
@@ -136,7 +137,7 @@ Use the following workflow to only check links in modified markdown files in a
136
137
pull request.
137
138
138
139
When
139
- you use this variable, the action finds modififed files between two commits :
140
+ you use this variable, the action finds modified files between two commits :
140
141
- latest commit in you PR
141
142
- latest commit in the `master` branch. If you are suing a different branch to
142
143
merge PRs, specify the branch using `base-branch`.
You can’t perform that action at this time.
0 commit comments