Add WikiTree prober

This commit is contained in:
Przemek Więch
2026-07-03 23:43:39 +02:00
parent f28dfbf21d
commit 336ca34312
4 changed files with 119 additions and 0 deletions

View File

@@ -11,3 +11,4 @@ This directory contains GitHub Actions workflow files that automate various task
- [deploy-wikitree-apps.yml](deploy-wikitree-apps.yml): Manages the deployment of the application to WikiTree Apps using SFTP.
- [node.js.yml](node.js.yml): The main Continuous Integration (CI) workflow. It installs dependencies, checks formatting, lints, builds, and runs tests across multiple Node.js versions.
- [prober-gh-pages.yml](prober-gh-pages.yml): Reusable prober that smoke-tests the GitHub Pages deployment with GEDCOM-from-URL through the CORS proxy. Runs daily and after deploy.
- [prober-wikitree.yml](prober-wikitree.yml): Reusable prober that smoke-tests the WikiTree direct API path on the live WikiTree deployment. Runs daily and after deploy.