Module prereqs: sort Prerequisites lists numerically ascending (#102)
CI / check (push) Successful in 5s
Sync course wiki / sync-wiki (push) Successful in 5s

This commit was merged in pull request #102.
This commit is contained in:
2026-06-23 14:06:28 -04:00
parent edf3f34336
commit 74f23534c0
9 changed files with 49 additions and 49 deletions
+1 -1
View File
@@ -8,13 +8,13 @@
## Prerequisites
- **Module 2: Version Control.** Pushes, commits, and the diff habit are the substrate CI sits on.
- **Module 8: Remotes and Hosting.** CI runs *on the forge*, triggered by pushes. You need a repo
pushed to a remote (any forge: GitHub, GitLab, a self-hosted Forgejo/Gitea, whatever you set up
in Module 8) for there to be anything to trigger.
- **Module 13: Testing in the AI Era.** CI is mostly "run the tests, automatically." You need tests
to run. If you skipped writing them, this module's lab ships a small suite so you're not blocked,
but the real payoff is automating *your* tests.
- **Module 2: Version Control.** Pushes, commits, and the diff habit are the substrate CI sits on.
You do **not** need Docker, secrets management, or your own runner yet; those are Modules 16, 17,
and 19. On a **SaaS forge** (GitHub, GitLab.com, Bitbucket, and the rest) this module uses the