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

add GitHub token to test #13

Closed wsipak closed 3 years ago

wsipak commented 3 years ago

The test would fail because the default reporter is "github-pr-review" and there wasn't a token provided. The reason I change the test, and not the code of the action, is because I assume that the correct usage of the action is to either:

  1. Use a reporter that requires the token ("github-pr-review") AND provide the token.
  2. Use a reporter that doesn't require the token (for example "local").

The workflow was successful here: https://github.com/antmicro/verible-linter-action/actions/runs/1266083502