ZedThree / clang-tidy-review

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

Fix default `REVIEW_FILES` in split workflow post #110

Closed bwrsandman closed 8 months ago

bwrsandman commented 8 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'