GitHub Actions is currently failing CI before any workflow step starts.
Observed on multiple independent PR runs, including:
- run 35390130912
- run 35390381286
- run 35390500599
For each run, the Lint, Test, and Build jobs are created and conclude failure, but GitHub reports zero job steps and no downloadable job log blob. This reproduces across dependency-only and workflow/toolchain-only PRs, including after the workspace moved to Go 1.26.8, so it is not caused by repository test/build commands.
Repository CI hardening landed in #16 so that once runners start normally CI will install pinned golangci-lint, run web typechecking/tests, and avoid the duplicate SDK build.
Investigate GitHub Actions runner/account provisioning, Actions billing/spending restrictions, account/repository policy restrictions, or other pre-runner platform errors. Close this issue once a trivial Actions job is assigned a runner and executes at least its checkout step.
This repo is using Opire - what does it mean? 👇
💵 Everyone can add rewards for this issue commenting /reward 100 (replace 100 with the amount).
🕵️♂️ If someone starts working on this issue to earn the rewards, they can comment /try to let everyone know!
🙌 And when they open the PR, they can comment /claim #17 either in the PR description or in a PR's comment.
🪙 Also, everyone can tip any user commenting /tip 20 @dporkka (replace 20 with the amount, and @dporkka with the user to tip).
📖 If you want to learn more, check out our documentation.
GitHub Actions is currently failing CI before any workflow step starts.
Observed on multiple independent PR runs, including:
For each run, the Lint, Test, and Build jobs are created and conclude
failure, but GitHub reports zero job steps and no downloadable job log blob. This reproduces across dependency-only and workflow/toolchain-only PRs, including after the workspace moved to Go 1.26.8, so it is not caused by repository test/build commands.Repository CI hardening landed in #16 so that once runners start normally CI will install pinned golangci-lint, run web typechecking/tests, and avoid the duplicate SDK build.
Investigate GitHub Actions runner/account provisioning, Actions billing/spending restrictions, account/repository policy restrictions, or other pre-runner platform errors. Close this issue once a trivial Actions job is assigned a runner and executes at least its checkout step.
This repo is using Opire - what does it mean? 👇
💵 Everyone can add rewards for this issue commenting
/reward 100(replace100with the amount).🕵️♂️ If someone starts working on this issue to earn the rewards, they can comment
/tryto let everyone know!🙌 And when they open the PR, they can comment
/claim #17either in the PR description or in a PR's comment.🪙 Also, everyone can tip any user commenting
/tip 20 @dporkka(replace20with the amount, and@dporkkawith the user to tip).📖 If you want to learn more, check out our documentation.