languageservices
languageservices copied to clipboard
Language services for GitHub Actions workflows and expressions.
Bumps [yaml](https://github.com/eemeli/yaml) from 2.2.2 to 2.5.1. Release notes Sourced from yaml's releases. v2.5.1 Include range in flow sequence pair maps (#573) v2.5.0 Add --indent option to CLI tool (#559, with...
Fixes https://github.com/github/vscode-github-actions/issues/291. This PR makes `steps` property required by jobs that don't call reusable workflows. The only non-test change is ```diff --- a/workflow-parser/src/workflow-v1.0.json +++ b/workflow-parser/src/workflow-v1.0.json @@ -1700,7 +1700,10 @@ "concurrency":...