diff options
author | John Kilpatrick <john.kilpatrick@outlook.com> | 2022-01-05 23:51:31 +0000 |
---|---|---|
committer | Eli Schwartz <eschwartz93@gmail.com> | 2022-01-05 18:59:04 -0500 |
commit | 484a389bbe186120f3328b6c47c86b087f32a530 (patch) | |
tree | d57e8b11a9aad20e8afb0e0b6bc367834ea21840 | |
parent | 09f52a3817126bc1dc9d1b9d93d531505801a59e (diff) | |
download | meson-484a389bbe186120f3328b6c47c86b087f32a530.zip meson-484a389bbe186120f3328b6c47c86b087f32a530.tar.gz meson-484a389bbe186120f3328b6c47c86b087f32a530.tar.bz2 |
Fix syntax highlighting Continuous-Integration.md
-rw-r--r-- | docs/markdown/Continuous-Integration.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/markdown/Continuous-Integration.md b/docs/markdown/Continuous-Integration.md index f24bdb0..ec0b4e0 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: |