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
value {"npm_project": "foo"} in "exclude" does not exist in matrix "service" combinations. possible values are [matrix]
I can see why actionlint thinks this code is wrong because it doesn't know what fields are available in services.json, but this code does work on GitHub Actions. Defining the services in a separate JSON file allows me to share it among other config files in my project so I don't have to duplicate lists.
Can we make actionlint allow any types in matrix when it isn't able to detect them?
The text was updated successfully, but these errors were encountered:
I have a strategy matrix that looks like this:
Where
services
is produced from a previous workflow like this:Actionlint gives the following:
I can see why actionlint thinks this code is wrong because it doesn't know what fields are available in
services.json
, but this code does work on GitHub Actions. Defining the services in a separate JSON file allows me to share it among other config files in my project so I don't have to duplicate lists.Can we make actionlint allow any types in matrix when it isn't able to detect them?
The text was updated successfully, but these errors were encountered: