chipsalliance / verible-linter-action

Automatic SystemVerilog linting in github actions with the help of Verible
Apache License 2.0
24 stars 11 forks source link

Is `config_file` really required? #36

Closed WoWaster closed 2 months ago

WoWaster commented 2 months ago

Hi! My colleagues and I are trying to set up this action in our repository. We've copied your example from README. VS Code checked the input using your schema from action.yml and gave us the following warning:

Missing required input config_file

Your example is working fine without the config_file argument. Maybe it shouldn't be required in action.yml?

tgorochowik commented 2 months ago

That's right, the config file is not realy required, without it the defaults will be used for invoking Verible.

37 should fix this