Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-08-04 | chore: fix issue in the check.js script (#7965) | 1 | -26/+29 | ||
2023-07-18 | nit: use `node:` prefix everywhere (#7692) | 1 | -3/+3 | ||
* nit: use `node:` prefix everywhere * nit: fs/promises too * test: workaround issue in node builtin detection | |||||
2023-06-02 | Run example check in parallel with 5 at most (#7275) | 1 | -4/+12 | ||
2022-10-12 | Run astro check on all examples in CI (#5022) | 1 | -0/+84 | ||
* Run astro check on all examples in CI * Output stderr * Build Astro before running checks * Making things faster + colors * Fix errors inside examples * Add congrats message * Revert unentional change to tsconfigs * Remove more unneeded changes |