Skip to content

Uptime Monitor

Uptime Monitor #3492

Workflow file for this run

name: Uptime Monitor
on:
schedule:
- cron: "0 * * * *"
workflow_dispatch:
jobs:
monitor:
runs-on: ubuntu-latest
steps:
- id: site
run: curl -fsS https://abir.getwaved.ai > /dev/null
- id: blog
run: curl -fsS https://medium.com/@md.abir1203 > /dev/null
- id: youtube
run: curl -fsS https://www.youtube.com/@wavelinkd > /dev/null