Skip to content

Commit 1e7fbce

Browse files
authored
Merge pull request #224 from JustinGOSSES/main
Update link_checker.yml Bypassing 2nd PR reviewer as in debugging process and waiting that long wouldn't work development-wise.
2 parents 6ed7596 + 955c14d commit 1e7fbce

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/link_checker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ jobs:
77
- uses: actions/checkout@v2
88
- name: lychee Link Checker
99
id: lychee
10-
uses: lycheeverse/lychee-action@v1.0.8
10+
uses: lycheeverse/lychee-action@v2
1111
- name: Fail if there were link errors
1212
run: exit ${{ steps.lychee.outputs.exit_code }}

.lycheeignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,7 @@ https://twitter.com/intent/tweet?text=Wow:&url=https%3A%2F%2Fgithub.com%2Fsoftwa
22
https://geoscience.data.qld.gov.au
33
https://opensource.org/license/lgpl-license-html
44
https://opensource.org/licenses/gpl-license
5+
https://reproducibility.org/wiki/Installation
6+
https://wiki.seg.org/wiki/Open_data
7+
https://www.gnu.org/licenses/license-list.html#NonFreeDocumentationLicenses
8+
https://www.gnu.org/licenses/license-list.html

0 commit comments

Comments
 (0)