Assignments
Assignments should be completed from top to bottom as they will raise in difficulty the lower in the stack.
Part I
- Hello Workflows: In this assignment you will start a new repository that will include a new Github Actions Workflow. This project should do the following:
- Execute within all branches anytime code is pushed
- Set up an OS with Ubuntu
- Utilize shell commands to echo Hello Workflows within the Workflow.
Part II
- Adding Workflows: For this assignment, you are to go back to all previously completed assignments with test suites and add Github Action Workflows that execute your test suite.