Commit Graph

3 Commits

Author SHA1 Message Date
c35557e8a0 fix: logging improvements 2025-05-31 22:56:26 +01:00
Andrejus Kostarevas
fa5736a44d Adjust the cmatrix install script to not run if running in a GitHub Codespace
Add a check to skip `cmatrix` installation if running in a GitHub Codespace.

* **Check for GitHub Codespace**: Add a check for the `CODESPACES` environment variable at the beginning of the script.
* **Skip Installation**: Skip the installation of `cmatrix` if the `CODESPACES` environment variable is set.
* **Informative Message**: Add a message indicating that the installation is being skipped due to running in a GitHub Codespace.
2024-08-05 20:48:49 +01:00
34e5b00055 feat: install cmatrix 2024-06-08 15:40:57 +01:00