-
Notifications
You must be signed in to change notification settings - Fork 1
fix CI #7
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
base: main
Are you sure you want to change the base?
Conversation
turadg
commented
Mar 31, 2025
- Pull in some changes from upstream
- Remove the vaults job
- Fix formatting
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.
Pull Request Overview
This PR aims to update the CI process by integrating upstream changes, removing the now-unused vaults job, and fixing formatting issues.
- Integration of upstream changes.
- Removal of the vaults job from the CI pipeline.
- Code formatting improvements in key scripts.
Reviewed Changes
Copilot reviewed 4 out of 7 changed files in this pull request and generated no comments.
File | Description |
---|---|
scripts/dump-transactions.ts | Formatting optimizations and inlining function parameters. |
gcp-graphql-pipeline/index.js | Minor whitespace clean-up to support CI updates. |
Files not reviewed (3)
- .github/workflows/vaults-and-reserve-metrics-testing.yml: Language not supported
- package.json: Language not supported
- patches/patch-utf8.sh: Language not supported
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.
looks benign to me, once I turned off white space.
.gitignore
Outdated
@@ -64,3 +64,4 @@ Thumbs.db | |||
!.yarn/versions | |||
.aider* | |||
.env | |||
.qodo |
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.
What's this suppressing? gemini was no help.
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.
I dunno either. I took the commit from upstream. benign