MatrixAI / js-quic

QUIC Networking for TypeScript & JavaScript
https://matrixai.github.io/js-quic/
Apache License 2.0
13 stars 1 forks source link

CI Integration #107

Closed brynblack closed 2 months ago

brynblack commented 2 months ago

Description

This PR integrates the new GitHub Actions CI/CD system into the development of js-quic & 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