Ensure code quality by automating linting checks. - Create a `.github/workflows/lint.yml` file. - Configure it to run `npm run lint` for the frontend/server and `flake8` or `ruff` for the Python backend on every Pull Request.
Ensure code quality by automating linting checks.
.github/workflows/lint.ymlfile.npm run lintfor the frontend/server andflake8orrufffor the Python backend on every Pull Request.