You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The VS Code extension lacks critical linting support. Specifically, when creating a Composite Action, it fails to provide a warning that providing a shell property is required. I only became aware of this after pushing the update and encountering the following error:
.github/actions/aws-config/action.yml (Line: 18, Col: 7): Required property is missing: shell
To Reproduce
Steps to reproduce the behavior:
With this workflow '...'
Do this '...'
See error
Expected behavior
VS Code extension shows a warning when authoring a Composite Action if the shell property isn't specified.
Screenshots
If applicable, add screenshots to help explain your problem.
Extension Version v1.x.y
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Describe the bug
The VS Code extension lacks critical linting support. Specifically, when creating a Composite Action, it fails to provide a warning that providing a
shell
property is required. I only became aware of this after pushing the update and encountering the following error:.github/actions/aws-config/action.yml (Line: 18, Col: 7): Required property is missing: shell
To Reproduce
Steps to reproduce the behavior:
Expected behavior
VS Code extension shows a warning when authoring a Composite Action if the
shell
property isn't specified.Screenshots
If applicable, add screenshots to help explain your problem.
Extension Version
v1.x.y
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: