Pre-submission checks
What's the problem this feature will solve?
Action.yml, especially when the action is a composite action, can have many of the same pitfalls that ẃorkflows do: being able to audit them would be great.
Currently zizmore fails with
failed to register workflow
Caused by:
0: couldn't load workflow from file
1: invalid GitHub Actions workflow: "my-action/action.yml"
2: missing field `on`
Describe the solution you'd like
- zizmor should ideally work on actions.yml files in general
- composite actions would benefit the most since they are much like workflows
This should be doable since the composite actions syntax is fairly similar to workflows (but it also might not be trivial since there are so many small differences).
Additional context
No response
Pre-submission checks
What's the problem this feature will solve?
Action.yml, especially when the action is a composite action, can have many of the same pitfalls that ẃorkflows do: being able to audit them would be great.
Currently zizmore fails with
Describe the solution you'd like
This should be doable since the composite actions syntax is fairly similar to workflows (but it also might not be trivial since there are so many small differences).
Additional context
No response