Skip to content

Commit e315b09

Browse files
authored
Merge pull request #153 from xdev-software/update-from-template
Update from template
2 parents 5f1df19 + 8dbbdf9 commit e315b09

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.github/.lycheeignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Ignorefile for broken link check
2+
localhost
3+
mvnrepository.com

.github/workflows/broken-links.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v4
1616

17+
- run: mv .github/.lycheeignore .lycheeignore
18+
1719
- name: Link Checker
1820
id: lychee
1921
uses: lycheeverse/lychee-action@v1

0 commit comments

Comments
 (0)