Skip to content
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

Merged
merged 14 commits into from
Feb 19, 2023
Merged

Add CI job (and make it green) #42

merged 14 commits into from
Feb 19, 2023

Conversation

nfcampos
Copy link
Collaborator

@nfcampos nfcampos commented Feb 18, 2023

  • formatted all files that weren't formatted
  • using the same prettier config in all packages
  • separate unit and integration tests
  • fix prettier on windows, do some setup for dev on windows machines
  • fix loadFromHub to work on Windows

@@ -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 = "/";
Copy link
Collaborator Author

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
Copy link
Collaborator Author

@nfcampos nfcampos Feb 18, 2023

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

@sullivan-sean sullivan-sean merged commit 8035633 into main Feb 19, 2023
@sullivan-sean sullivan-sean deleted the nc/ci branch February 19, 2023 00:03
jacoblee93 pushed a commit that referenced this pull request Oct 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants