Skip to content

Commit 15d769b

Browse files
committed
Renamed workflow/step/file names from 'check' to 'validate'
1 parent 38b9892 commit 15d769b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/check-links-on-push-pr.yml renamed to .github/workflows/validate-links-on-push-pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Check links on push + PR
1+
name: Validate links on push + PR
22

33
on:
44
push:
@@ -18,7 +18,7 @@ jobs:
1818
- name: Checkout repository
1919
uses: actions/checkout@v6.0.2
2020

21-
- name: Check links
21+
- name: Validate links
2222
uses: lycheeverse/lychee-action@v2.8.0
2323
with:
2424
# Check all MD files, ignore ok/redir/blocked/rate-limited, exclude commonly down domains

0 commit comments

Comments
 (0)