Skip to content

Update pvphub/metadata.json (bumping server versions and modify des… #1339

Update pvphub/metadata.json (bumping server versions and modify des…

Update pvphub/metadata.json (bumping server versions and modify des… #1339

Workflow file for this run

name: Ping Servers
on:
push:
branches:
- master
workflow_dispatch:
jobs:
ping-servers:
name: Ping Servers
runs-on: ubuntu-latest
steps:
- name: Checkout from GitHub
uses: actions/checkout@v4
- name: Setup Python 3.x
uses: actions/setup-python@v5
with:
python-version: "3.x"
- name: Install Python dependencies
run: pip install -r .scripts/requirements.txt
- name: Validate Server Status
run: python .scripts/validate_status.py --servers_dir servers --inactive_file inactive.json