Last 12 weeks · 0 commits
3 of 6 standards met
Repository: withastro/astro-ecosystem-ci. Description: Astro Ecosystem CI Stars: 10, Forks: 4. Primary language: TypeScript. Languages: TypeScript (100%). License: MIT. Open PRs: 0, open issues: 0. Last activity: 1y ago. Community health: 62%. Top contributors: dominikg, renovate[bot], patak-cat, sapphi-red, alexanderniebuhr, brillout, bluwy, cyco130, ArnaudBarre, tajo and others.
This PR overhauls the README and adds JSDoc comments for common configuration options to help make the onboarding process clearer for people and share notes I figured out while setting up tests for Starlight.
This PR adds configuration to run Starlight’s tests as part of the ecosystem CI. (N.B. this currently fails due to https://github.com/withastro/starlight/issues/2271 — part of the motivation for this PR was that we probably could have caught that issue earlier.) One question: do we need in the option? Or is that always implicitly the case? I noticed no other test suites used it.— Edit: tests “successfully failed” without an explicit override, so I’m guessing that one is automatic.