I am trying to specify the path to my .protolint.yaml configuration file using the args key in the with section of the GitHub Action, but it doesn't seem to work. Is there a way to specify the configuration file path in this action? Here's how I'm trying to do it:
arvgord/bank-demo-api#10
with:
args: -config_path=./.protolint.yaml
Below is a screenshot of the logs showing how protolint starts without the specified .protolint.yaml file arguments:

I am trying to specify the path to my
.protolint.yamlconfiguration file using theargskey in thewithsection of the GitHub Action, but it doesn't seem to work. Is there a way to specify the configuration file path in this action? Here's how I'm trying to do it:arvgord/bank-demo-api#10
Below is a screenshot of the logs showing how protolint starts without the specified .protolint.yaml file arguments:
