Skip to content

Commit fd5f0a5

Browse files
docs: Add metadata to codelab
Adds an "About this codelab" section to `codelab/codelab.md` which includes: - Last Updated date - Author - Links to the source GitHub repository and for submitting feedback.
1 parent d041656 commit fd5f0a5

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

codelab/codelab.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,18 @@ home: https://dev-ali-mansour.github.io/My-Tasks/
1717

1818
Duration: 4:00
1919

20+
### About this codelab
21+
22+
**Last Updated:** November 24, 2025
23+
24+
**Author:** Ali Mansour
25+
26+
**Source:** [GitHub Repository](https://github.com/dev-ali-mansour/My-Tasks)
27+
28+
**Feedback:** [Submit Issues](https://github.com/dev-ali-mansour/My-Tasks/issues)
29+
30+
---
31+
2032
Continuous Integration (CI) is a fundamental practice in modern software development. For an Android app like "My-Tasks," a CI workflow can automatically build and test your code every time you open a pull request, ensuring that new changes don't break existing functionality.
2133

2234
This codelab will guide you through completing a "skeleton" GitHub Actions workflow file. You will implement the `TODO` items to build a complete, functioning CI pipeline.

0 commit comments

Comments
 (0)