Skip to content

Commit

Permalink
Merge pull request #11 from antmicro/wsip/exitcode
Browse files Browse the repository at this point in the history
exit the action without error
  • Loading branch information
tgorochowik authored Sep 22, 2021
2 parents c761095 + 4a5bb35 commit dba009e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions action.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,6 @@ def main(conf_file, extra_opts, exclude_paths, log_file, patch, path):
issues = verible_linted.stderr.decode("utf-8")
log_raw(issues, log_file if log_file else 'verible-verilog-lint.log')

exit(issues != "")


if __name__ == '__main__':
main()

0 comments on commit dba009e

Please sign in to comment.