Skip to content

Commit f52f3eb

Browse files
Update Broken-links-checker-Manual.yml
1 parent 48443e1 commit f52f3eb

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/Broken-links-checker-Manual.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
1-
name: Manual Broken Link Check
1+
name: Markdown Broken Link Check Manual
22

33
on:
44
workflow_dispatch: # Only run manually
55

66
jobs:
7-
lychee:
8-
name: Broken Link Checker
7+
broken-link-check:
8+
name: Run Broken Link Checker
99
runs-on: ubuntu-latest
1010

1111
steps:
12-
- name: Checkout code
12+
- name: Checkout Repository
1313
uses: actions/checkout@v4
1414

15-
- name: Run Lychee link checker
16-
id: lychee
15+
- name: Check Markdown Files for Broken Links
16+
id: link-check
1717
uses: lycheeverse/[email protected]
1818
with:
1919
args: >

0 commit comments

Comments
 (0)