Verify that the last_finalized_round are progressing or not using the script above. Send a Slack alert on the devops-0chain channel if it's stuck. Otherwise, pass the check. In order to track last_finalized_round, it looks for the path /v1/sharder/get/stats of particular sharder in the existing network.
Below attached is example of the sharder links where we can manually track Sharder Status -
The script above uses the /dns/network url to retrieve the miner and sharder links - https://<< network_name >>/dns/network
GITHUB ACTION
This GitHub Action is scheduled to run every three hours, but if you want to manually start it, click on Run Workflow and choose the necessary branch from Use workflow from.