Report if any file in the Doc directory has been changed.
(file_paths)
| 172 | |
| 173 | @status("Docs modified", modal=True) |
| 174 | def docs_modified(file_paths): |
| 175 | """Report if any file in the Doc directory has been changed.""" |
| 176 | return bool(file_paths) |
| 177 | |
| 178 | |
| 179 | @status("Misc/NEWS.d updated with `blurb`", modal=True) |
no outgoing calls
no test coverage detected
searching dependent graphs…