Ignore link check failures on Moodle/Openwebanalytics, update Psychic URL (#334)

This commit is contained in:
Kieran
2023-11-03 15:52:45 +00:00
committed by GitHub
parent 05c55c5fe4
commit b5bdee667e
2 changed files with 4 additions and 2 deletions

View File

@@ -33,4 +33,6 @@ steps:
- '^https://new-ux.spreecommerce.org/' # always times out from github actions but the website works in a browser
- '^https://www.zenphoto.org/' # always times out from github actions but the website works in a browser
- '^https://alextselegidis.com/try/plainpad/' # shows 200 when curling, loads fine in browser
- '^https://alextselegidis.com/get/plainpad/' # shows 200 when curling, loads fine in browser
- '^https://alextselegidis.com/get/plainpad/' # shows 200 when curling, loads fine in browser
- '^http://www.openwebanalytics.com/' # shows 200 when curling, loads fine in browser
- '^https://moodle.org/' # shows 200 when curling, loads fine in browser

View File

@@ -1,5 +1,5 @@
name: Psychic
website_url: https://www.psychic.dev/
website_url: https://github.com/psychic-api/psychic
description: Universal API to connect large language models to dynamic data sources.
licenses:
- GPL-3.0