molecule-ai-status/.github/workflows
Hongming Wang 2d4048b088 fix(ci): add actions/checkout to all 5 Upptime workflows
The Upptime action reads .upptimerc.yml from the current working
directory; without an explicit checkout step the runner starts in an
empty dir and every run fails with ENOENT. Adding actions/checkout@v4
with fetch-depth: 0 (full history required by the commit-back step)
as the first step of each workflow.

Observed on the initial-commit runs of uptime.yml + static-site.yml
which both failed with:
  ERROR [Error: ENOENT: no such file or directory, open '.upptimerc.yml']
2026-04-15 14:22:55 -07:00
..
graphs.yml fix(ci): add actions/checkout to all 5 Upptime workflows 2026-04-15 14:22:55 -07:00
response-time.yml fix(ci): add actions/checkout to all 5 Upptime workflows 2026-04-15 14:22:55 -07:00
static-site.yml fix(ci): add actions/checkout to all 5 Upptime workflows 2026-04-15 14:22:55 -07:00
summary.yml fix(ci): add actions/checkout to all 5 Upptime workflows 2026-04-15 14:22:55 -07:00
uptime.yml fix(ci): add actions/checkout to all 5 Upptime workflows 2026-04-15 14:22:55 -07:00