From 484a389bbe186120f3328b6c47c86b087f32a530 Mon Sep 17 00:00:00 2001 From: John Kilpatrick Date: Wed, 5 Jan 2022 23:51:31 +0000 Subject: [PATCH] Fix syntax highlighting Continuous-Integration.md --- docs/markdown/Continuous-Integration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/markdown/Continuous-Integration.md b/docs/markdown/Continuous-Integration.md index f24bdb06d..ec0b4e067 100644 --- a/docs/markdown/Continuous-Integration.md +++ b/docs/markdown/Continuous-Integration.md @@ -207,7 +207,7 @@ GCC on Linux, Mac and Windows. The optional `on:` parameters only run this CI when the C code is changed--corresponding ci_python.yml might run only on "**.py" file changes. -```yml +```yaml name: ci_meson on: