Skip to content

Commit

Permalink
Merge pull request #224 from JustinGOSSES/main
Browse files Browse the repository at this point in the history
Update link_checker.yml

Bypassing 2nd PR reviewer as in debugging process and waiting that long wouldn't work development-wise.
  • Loading branch information
JustinGOSSES authored Oct 19, 2024
2 parents 6ed7596 + 955c14d commit 1e7fbce
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/link_checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ jobs:
- uses: actions/checkout@v2
- name: lychee Link Checker
id: lychee
uses: lycheeverse/lychee-action@v1.0.8
uses: lycheeverse/lychee-action@v2
- name: Fail if there were link errors
run: exit ${{ steps.lychee.outputs.exit_code }}
4 changes: 4 additions & 0 deletions .lycheeignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,7 @@ https://twitter.com/intent/tweet?text=Wow:&url=https%3A%2F%2Fgithub.com%2Fsoftwa
https://geoscience.data.qld.gov.au
https://opensource.org/license/lgpl-license-html
https://opensource.org/licenses/gpl-license
https://reproducibility.org/wiki/Installation
https://wiki.seg.org/wiki/Open_data
https://www.gnu.org/licenses/license-list.html#NonFreeDocumentationLicenses
https://www.gnu.org/licenses/license-list.html

0 comments on commit 1e7fbce

Please sign in to comment.