Since you didn't prepare anything for configure or make, you should keep only one pair of name and run. The name
doesn't matter, and only use this line for run::
gcc code.c -o code; ./code
This action will deploy your code every time there is a push (merge action) into the main branch
It usually takes a while to finish, but should be just a short wait if your code is simple
Please start to remember what you have done for your C beginning classes. Or learn it anew!
As the Development Manager, your tasks include: