-
-
Notifications
You must be signed in to change notification settings - Fork 0
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
[Sweep GHA Fix] Fix the failing GitHub Actions #84
base: main
Are you sure you want to change the base?
Conversation
Rollback Files For Sweep
|
|
Fixing PR: track the progress here.I'm currently fixing this PR to address the following: [Sweep GHA Fix] The GitHub Actions run failed with the following error logs: ✨ Created Pull Request: #85 |
Fixing PR: track the progress here.I'm currently fixing this PR to address the following: [Sweep GHA Fix] The GitHub Actions run failed with the following error logs: ✨ Created Pull Request: #86 |
Fixing PR: track the progress here.I'm currently fixing this PR to address the following: [Sweep GHA Fix] The GitHub Actions run failed with the following error logs: ✨ Created Pull Request: #87 |
PR Feedback (click)
👍 Sweep Did Well
👎 Sweep Needs Improvement
I created this PR to fix the failing GitHub Actions.## Description
This PR addresses the failing GitHub Actions run by fixing the missing module 'ajv/dist/core' issue. The issue was causing the 'bun run ci' command to fail. The following changes have been made to resolve the issue:
Created a new file '.github/workflows/linter.yml' to configure the linter workflow.
Modified the 'package.json' file to add a 'preinstall' script to install the 'ajv' module.
Updated the 'Set up Node.js' step in '.github/workflows/test.yml' to use Node.js version 18.19.0.
Added an import statement for 'ajv/dist/core' in 'app.ts' to ensure the module is properly imported.
Updated the 'Install dependencies' and 'Run test' steps in '.github/workflows/test.yml' to use the 'bun' command.
Summary of Changes
Please review and merge this PR to fix the failing GitHub Actions run.