From c29c800126982c561e8d0b9255dc65474cd98de3 Mon Sep 17 00:00:00 2001 From: Alexander Hans Date: Fri, 14 Jun 2024 10:59:50 +0000 Subject: [PATCH] Fix formatting in README.md --- ci/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/README.md b/ci/README.md index 23d9ea1b2..bb16f886a 100644 --- a/ci/README.md +++ b/ci/README.md @@ -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.