Skip to content

Commit c65c5ec

Browse files
Changed Naming Conversations
1 parent 6b7fc08 commit c65c5ec

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/lychee-links.yml renamed to .github/workflows/check-broken-links.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
name: Check Broken links in PR
1+
name: Markdown Links Checker
22

33
on:
44
pull_request:
55
paths:
66
- '**/*.md'
77

88
jobs:
9-
lychee:
9+
Validate_Markdown_Links:
1010
runs-on: ubuntu-latest
1111

1212
steps:
13-
- name: Checkout code
13+
- name: Checkout Repository
1414
uses: actions/checkout@v4
1515
with:
1616
fetch-depth: 0 # important to allow full diff

0 commit comments

Comments
 (0)