Ebazhanov / linkedin-skill-assessments-quizzes

Full reference of LinkedIn answers 2024 for skill assessments (aws-lambda, rest-api, javascript, react, git, html, jquery, mongodb, java, Go, python, machine-learning, power-point) linkedin excel test lösungen, linkedin machine learning test LinkedIn test questions and answers
https://ebazhanov.github.io/linkedin-skill-assessments-quizzes/
GNU Affero General Public License v3.0
28.52k stars 13.34k forks source link

Integrate Duplicate Detective in CI/CD #3731

Open ruslanbes opened 2 years ago

ruslanbes commented 2 years ago

There is a java app - duplicate detective developed by @spencerstith that finds duplicate questions and does reordering.

The goal is to use it to do a regular automatic cleanup. The easiest automation: run the CI/CD pipeline daily and create PRs that should be manually approved. Akin to dependabot.

For instance CircleCI gives 6000 free build minutes per month. Might be enough for us

github-actions[bot] commented 2 years ago

Hello @ruslanbes , thank you for submitting an issue! 👍 We highly appreciate it if you work on it as well.

spencerstith commented 2 years ago

Once I get everything polished and working without any bugs and without human interaction, I will begin work on an automation!

spencerstith commented 2 years ago

Sorry for all of the delays, I've just graduated and have been hunting for a job (just started this week!) but I am settled again and can resume work on this project - I want to finalize a few features on the program before adding GH automations. I've been working on them and you can see the progress on the 'saves' branch.

Ebazhanov commented 2 years ago

there is no time pressure at all, congratulation with graduation and big luck with job search! Take your time please!

Ebazhanov commented 2 years ago

if you think this task looks too big, pls split it in several small one, like setup CI, make job run, adjust something ... and etc

Devopsshaan commented 2 years ago

commited