ZedThree / clang-tidy-review

Create a pull request review based on clang-tidy warnings
MIT License
90 stars 45 forks source link

Fix default `REVIEW_FILES` in split workflow post #110

Closed bwrsandman closed 10 months ago

bwrsandman commented 10 months ago

The default value was left a string when they were converted to pathlib.Path this causes a AttributeError: 'str' object has no attribute 'exists'