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

[CI/CD] Issue with Eslint in linter-ci #1

Closed
mahabubx7 opened this issue Oct 14, 2024 · 0 comments · Fixed by #2
Closed

[CI/CD] Issue with Eslint in linter-ci #1

mahabubx7 opened this issue Oct 14, 2024 · 0 comments · Fixed by #2
Assignees
Labels
beta bug Something isn't working ci/cd hotfix

Comments

@mahabubx7
Copy link
Owner

mahabubx7 commented Oct 14, 2024

[CI/CD] Issue with Eslint in linter-ci

Problem:

Just encountered an issue in the CI workflow for gh-action. Eslint is not present in our repository pkg-manager at all.
Need to install it and make sure the CI workflow executes without critical errors.

Solution

  1. Install ESLint first, npm i -D eslint and init eslint for this project by executing its cli command as npx eslint --init
  2. Choose all the necessary configurations and customize the config file when needed.
  3. Check and commit. Push the updates in this ticket branch *-fix-eslint-ci
  4. Make a PR and MR it if all passes and fulfills all of the requirements.

Thanks ❤️

@mahabubx7 mahabubx7 self-assigned this Oct 14, 2024
@mahabubx7 mahabubx7 added bug Something isn't working hotfix beta ci/cd labels Oct 14, 2024
@mahabubx7 mahabubx7 linked a pull request Oct 14, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
beta bug Something isn't working ci/cd hotfix
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant