DigitalBuild-AU / MyJobsAI

Job application tracker with many features
1 stars 0 forks source link

Add missing lint script to backend package.json #621

Open sweep-ai[bot] opened 6 months ago

sweep-ai[bot] commented 6 months ago

PR Feedback (click)

The changes in this PR include:

Summary of Changes

By adding the "lint" script, we enable the GitHub Actions workflow to successfully execute linting on the backend codebase, thereby resolving the CI failure issue.

sweep-ai[bot] commented 6 months ago

Rollback Files For Sweep

sweep-ai[bot] commented 6 months ago
Sweeping Fixing PR: track the progress here.

I'm currently fixing this PR to address the following:

[Sweep GHA Fix] The GitHub Actions run failed on b5b8c56 (main) with the following error logs: ``` The command: Run cd backend yielded the following error: ##[error]Process completed with exit code 2. Here are the logs: npm notice created a lockfile as package-lock.json. You should commit this file. + eslint@7.32.0 added 119 packages from 73 contributors and audited 119 packages in 3.173s 15 packages are looking for funding run `npm fund` for details found 0 vulnerabilities Oops! Something went wrong! :( ESLint: 7.32.0 ESLint couldn't find the plugin "@typescript-eslint/eslint-plugin". (The package "@typescript-eslint/eslint-plugin" was not found when loaded as a Node module from the directory "/home/runner/work/MyJobsAI/MyJobsAI/backend".) It's likely that the plugin isn't installed correctly. Try reinstalling by running the following: npm install @typescript-eslint/eslint-plugin@latest --save-dev The plugin "@typescript-eslint/eslint-plugin" was referenced from the config file in ".eslintrc.js". If you still can't figure out the problem, please stop by https://eslint.org/chat/help to chat with the team. ```

✨ Created Pull Request: https://github.com/DigitalBuild-AU/MyJobsAI/pull/626