Merge pull request #1174 from adrienbrault/patch-1

Fix typo in ci doc
This commit is contained in:
Sam Alba
2021-12-02 15:07:20 -08:00
committed by GitHub

View File

@@ -9,7 +9,7 @@ slug: /1012/ci
- The CI code is sticky to the underlying CI infrastructure.
- It's hard to migrate the CI from a runner to another.
- The CI syntax is different with each CI runner.
- Most CI workflows are reprensented using YAML.
- Most CI workflows are represented using YAML.
Implement the CI workflow using dagger solves all of those problems.