can we make the yaml array prettier?

This commit is contained in:
Josh Spicer 2022-05-25 21:34:26 +00:00 committed by GitHub
parent 8f7d1000d9
commit 4b05519792

View file

@ -12,7 +12,32 @@ jobs:
continue-on-error: true continue-on-error: true
strategy: strategy:
matrix: matrix:
features: [ "anaconda", "aws-cli", "azure-cli", "common", "desktop-lite", "docker-from-docker", "docker-in-docker", "dotnet", "git", "github-cli", "git-lfs", "go", "gradle", "hugo", "java", "jupyterlab", "kubectl-helm-minikube", "maven", "node", "powershell", "python", "ruby", "rust", "sshd", "terraform" ] features: [
"anaconda",
"aws-cli",
"azure-cli",
"common",
"desktop-lite",
"docker-from-docker",
"docker-in-docker",
"dotnet",
"git",
"github-cli",
"git-lfs",
"go",
"gradle",
"hugo",
"java",
"python jupyterlab", # Install 'python', then 'jupyterlab'
"kubectl-helm-minikube",
"maven",
"node",
"powershell",
"python",
"ruby",
"rust",
"sshd",
"terraform" ]
baseImage: [ "ubuntu:focal" ] baseImage: [ "ubuntu:focal" ]
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2