File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- name : Markdown Link Checker
1+ name : Broken Link Checker
22
33on :
44 pull_request :
88
99jobs :
1010 markdown-link-check :
11- name : Check Markdown Links
11+ name : Check Markdown Broken Links
1212 runs-on : ubuntu-latest
1313
1414 steps :
2727 echo "$files" >> $GITHUB_OUTPUT
2828 echo "EOF" >> $GITHUB_OUTPUT
2929
30- - name : Run Lychee on Changed Files (PR)
30+ - name : Check Broken Links on Changed Files (PR)
3131 if : github.event_name == 'pull_request' && steps.changed-files.outputs.md_files != ''
3232 uses :
lycheeverse/[email protected] 3333 with :
3737 env :
3838 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
3939
40- - name : Run Lychee on All Files (Manual)
40+ - name : Check Broken Links on Entire Repo (Manual)
4141 if : github.event_name == 'workflow_dispatch'
4242 uses :
lycheeverse/[email protected] 4343 with :
You can’t perform that action at this time.
0 commit comments