MatrixAI / js-rpc

Stream-based JSON RPC for JavaScript/TypeScript Applications
https://polykey.com
Apache License 2.0
4 stars 0 forks source link

CI Integration #65

Closed brynblack closed 4 months ago

brynblack commented 4 months ago

Description

This PR integrates the new GitHub Actions CI/CD system into the development of js-rpc & its deployment pipeline. It replaces GitLab's previous CI system that we were utilising (.gitlab-ci.yml). The new system is situated under the path .github/workflows/ci.yml and contains the GitHub Actions workflow that governs this entire repository.

It should implement the same feature set as the GitLab CI system that we were using, and be able to:

Issues Fixed

Tasks

Final checklist