Shresth72 / cicd_rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Setting Up CICD in Rust with Testing

Setting up Github CICD from a remote repository

git remote add ci https://github.com/remote_ci_repo

git fetch ci

git merge --allow-unrelated ci/main

About


Languages

Language:Rust 100.0%