1
0
mirror of synced 2025-12-25 02:17:36 -05:00

Add more examples about actions matrixes (#26890)

Co-authored-by: Jacob Wallraff <thyeggman@github.com>
Co-authored-by: Lucas Costi <lucascosti@users.noreply.github.com>
This commit is contained in:
Sarah Edwards
2022-04-26 10:43:08 -07:00
committed by GitHub
parent e57b29068d
commit ed4bcb96a0
27 changed files with 353 additions and 186 deletions

View File

@@ -300,7 +300,7 @@ versions:
- Include any additional features the setup action might provide that are useful to CI.
- If applicable, provide examples of configuring exact versions or major/minor versions.
- Include information about software already installed on GitHub-hosted runners or software configuration necessary to build and test the project.
- Provide examples of configuring build matrix strategies.
- Provide examples of configuring matrix strategies.
- Link out to any docs about available software on the GitHub-hosted runners. (Ex. https://docs.github.com/en/actions/reference/software-installed-on-github-hosted-runners).
- Include code samples.
-->