kubewarden / github-actions

GitHub actions used by the Kubewarden project
https://kubewarden.io
Apache License 2.0
4 stars 7 forks source link

Actions using invalid properties or property types #87

Open fabriziosestito opened 1 year ago

fabriziosestito commented 1 year ago

Is there an existing issue for this?

Current Behavior

When analyzing some actions, such as check-artifacthub, yamlls complains that they are using invalid properties or invalid property types.

We need to double-check all the actions and remove non-valid statements as they could lead to potential misbehavior. Also, we could reformat the actions by using prettier as we agreed.

Expected Behavior

No response

Steps To Reproduce

  1. Open an action with an editor that supports yamlls
  2. Check the warnings

Anything else?

No response

flavio commented 1 year ago

It would be cool to run yamlls against the PRs done to this repo