-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
[ci]: Fix lint format #3057
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]: Fix lint format #3057
Conversation
CI Feedback 🧐A test triggered by this PR failed. Here is an AI-generated analysis of the failure:
|
PR Compliance Guide 🔍Below is a summary of compliance checks for this PR:
Compliance status legend🟢 - Fully Compliant🟡 - Partial Compliant 🔴 - Not Compliant ⚪ - Requires Further Human Verification 🏷️ - Compliance label |
||||||||||||||||||||||||
PR Code Suggestions ✨Explore these optional code suggestions:
|
||||||||||||
Signed-off-by: Viet Nguyen Duc <[email protected]>
User description
Thanks for contributing to the Docker-Selenium project!
A PR well described will help maintainers to quickly review and merge it
Before submitting your PR, please check our contributing guidelines, applied for this repository.
Avoid large PRs, help reviewers by making them as simple and short as possible.
Description
Motivation and Context
Types of changes
Checklist
PR Type
Enhancement
Description
Fix Makefile indentation inconsistency using tabs
Add Python virtual environment setup target
Make install_python_deps depend on venv creation
Diagram Walkthrough
File Walkthrough
Makefile
Fix indentation and add venv setup targetMakefile
setup_dev_envtarget from spaces to tabs forconsistency
install_python_venvtarget to create Python virtualenvironment
install_python_depsdepend oninstall_python_venvfor properinitialization order
dependencies