🗒 Cheat Sheet← Lesson
BitWithBite
Git & GitHub Worksheet

🔘 GitHub Actions & CI/CD

Chapter: Git & GitHub · Level ★☆☆ · Time: 30 min
SCORE___ / 20
NameClassDate
After this worksheet you can
What CI/CD meansWorkflow YAML filesTriggers like push/PRJobs and steps
📚 Quick Recap

🎯 What you'll learn: What CI/CD is and why every team uses it. GitHub Actions concepts: workflows, jobs, steps, runners, and triggers. Writing your first YAML workflow file. Building a real Node.js CI pipeline. Deploying to GitHub Pages automatically. Storing API keys safely with GitHub Secrets. All the workflow trigger types — push, PR, schedule, manual.

🧠 Section A · Concept Check ● BEGINNER 4 × 1 = 4

1CI stands for:
2Workflows live in:
3Workflow files are written in:
4A common trigger is:

🧮 Section B · Problem Solving ● INTERMEDIATE 2 + 3×3 = 11

5CD stands for Continuous .
6Each workflow contains jobs made of .
7What would a basic CI workflow do for a JS project?
8Why automate tests in CI?
9Where do you see workflow results?

🚀 Section C · Challenge ● CHALLENGE 5

10Give one CD example.
💭 Reflection — the most useful thing I learned:
A ___/4   B ___/11   C ___/5   Total ___/20 Teacher's Signature Parent's Signature
✂ answer key — fold or cut before handing out

1-A   2-A   3-A   4-A  |  5 Delivery/Deployment   6 steps   7 = On push: install deps, run lint + tests   8 = Every change is verified consistently - catches breakage early   9 = The Actions tab / checks on the PR  |  10 = Auto-deploy the site to hosting when main gets a push

📄 Need offline practice?Download the print-ready PDF or open the one-page cheat sheet.
⬇ Worksheet PDF 🗒 Cheat Sheet