Module prereqs: sort Prerequisites lists numerically ascending (#102)
This commit was merged in pull request #102.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user