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
I'm getting the following action lint error when I am using a reusable workflow with a matrix strategy.
.github/workflows/lint-and-format.yaml:12:5: when a reusable workflow is called with "uses", "strategy" is not available. only following keys are allowed: "name", "uses", "with", "secrets", "needs", "if", and "permissions" in job "python-pr-lint" [syntax-check]
I'm getting the following action lint error when I am using a reusable workflow with a matrix strategy.
.github/workflows/lint-and-format.yaml:12:5: when a reusable workflow is called with "uses", "strategy" is not available. only following keys are allowed: "name", "uses", "with", "secrets", "needs", "if", and "permissions" in job "python-pr-lint" [syntax-check]
As per the documentation, this is valid, and the workflow actually runs fine. Can action lint please be updated to match the documentation? - https://docs.github.com/en/actions/using-workflows/reusing-workflows#example-matrix-strategy-with-a-reusable-workflow
The text was updated successfully, but these errors were encountered: