Closed patrick-5546 closed 1 year ago
@hhenry01 If you want to start development on network_systems this would be a good issue to address first
Resolved when these two PRs are merged: https://github.com/UBCSailbot/network_systems/pull/6, https://github.com/UBCSailbot/sailbot_workspace/pull/60
.github/
folder from sailbot_workspace into the repo except for the actions/
folder..github/workflows
dependabot.yml
and release.yml
file found under .github/
do, so I left them in both.I'm not sure what the dependabot.yml and release.yml file found under .github/ do, so I left them in both.
Purpose
Doesn't really make sense for CI to be run in sailbot_workspace, should be in the subteams' repositories.
Changes
Can explore this in network_systems, the only new project subteam repo created so far. I'm thinking that we can move the lint and test CI from sailbot_workspace to network_systems. One complexity will be using the
.devcontainer/Dockerfile
image in sailbot_workspace. Then we can create a starter workflow from what we learned so that it will be easy to add CI in future subteam repositories.To Do
Resources