0
0
mirror of https://gitlab.com/libeigen/eigen.git synced 2026-01-18 17:31:19 +01:00

Fix formatting in README.md

This commit is contained in:
Alexander Hans
2024-06-14 10:59:50 +00:00
committed by Rasmus Munk Larsen
parent 33d0937c6b
commit c29c800126

View File

@@ -1,7 +1,7 @@
## Eigen CI infrastructure
Eigen's CI infrastructure uses three stages:
1. A 'checkformat` stage to verify MRs satisfy proper formatting style, as
1. A `checkformat` stage to verify MRs satisfy proper formatting style, as
defined by `clang-format`.
2. A `build` stage to build the unit-tests.
3. A `test` stage to run the unit-tests.