-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add CI job (and make it green) #42
Conversation
@@ -11,6 +11,8 @@ const URL_BASE = | |||
// eslint-disable-next-line @typescript-eslint/no-explicit-any | |||
export type LoadValues = Record<string, any>; | |||
|
|||
const URL_PATH_SEPARATOR = "/"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These changes make it work on Windows. filesystem path separator is different on windows, but remote URL path separator isn't
|
||
# Unix-style newlines with a newline ending every file | ||
[*] | ||
end_of_line = lf |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For folks doing dev on windows to not clash with the linux/Mac defaults
loadFromHub
to work on Windows