Format warning properly

See https://github.com/community/community/discussions/16925
This commit is contained in:
Sascha Mann
2023-03-10 14:45:43 +01:00
committed by GitHub
parent 9ddbd3e829
commit 9179217812

View File

@@ -98,7 +98,9 @@ steps:
You can either specify specific Julia versions or version ranges. If you specify a version range, the **highest** available Julia version that matches the range will be selected.
**Warning:** It is strongly recommended to wrap versions in quotes. Otherwise, the YAML parser used by GitHub Actions parses certain versions as numbers which causes the wrong version to be selected. For example, `1.0` may be parsed as `1`.
> **Warning**
>
> It is strongly recommended to wrap versions in quotes. Otherwise, the YAML parser used by GitHub Actions parses certain versions as numbers which causes the wrong version to be selected. For example, `1.0` may be parsed as `1`.
#### Examples