You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Prevent find from recursing into example subdirectories (#35)
Without -maxdepth 0, any example that contains a subdirectory would
have that subdirectory treated as a separate example, breaking the
build.
Closes#33
0 commit comments