testdouble / quibble

Makes it easy to replace require'd dependencies.
94 stars 25 forks source link

ci: suppress shell wildcard expansion #94

Closed webstech closed 1 year ago

webstech commented 1 year ago
  1. Add a change to set linends to lf on all platforms.
  2. ci: escape wildcards to avoid shell expansion Single quotes did not work properly in Windows. No quotes and double quotes work in Windows but no quotes do not work off Windows. Hoping double quotes work on all platforms.