languageservices icon indicating copy to clipboard operation
languageservices copied to clipboard

Language services for GitHub Actions workflows and expressions.

Results 32 languageservices issues
Sort by recently updated
recently updated
newest added

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...

dependencies

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":...