ImperialCollegeLondon / intermediate_grad_school_git_course

Intermediate Git and GitHub for Effective Collaboration
https://imperialcollegelondon.github.io/intermediate_grad_school_git_course/
Other
3 stars 1 forks source link

Make Using CI with Pull Requests an exercise #56

Open AdrianDAlessandro opened 1 month ago

AdrianDAlessandro commented 1 month ago

The CI section includes and exercise to add a CI workflow to the repo, and then shows an example of making branch protection rules.

That example should be an exercise, with the previous exercise leading up to it (requires slightly changing the previous exercise to push to a branch, instead of main).

AdrianDAlessandro commented 1 month ago

Could also tackle #55 at the same time