Langflow is a powerful tool for building and deploying AI-powered agents and workflows.
Add GitHub workflows for JavaScript and Python autofix (#2381)
This pull request adds GitHub workflows for JavaScript and Python autofix. The JavaScript workflow is triggered on pull requests and pushes to the main branch for changes in the "src/frontend" directory. It sets up Node.js, caches Node.js dependencies, installs Node.js dependencies, and runs Prettier for code formatting. The Python workflow is also triggered on pull requests and pushes to the main branch for changes in the "poetry.lock", "pyproject.toml", "src/backend", and "tests" directories. It installs Ruff and runs Mypy for type checking and code formatting.
G
Gabriel Luiz Freitas Almeida committed
7af8b6bd9f403c0298ed8a396e548d5ee4c93901
Committed by GitHub <noreply@github.com>
on 6/26/2024, 3:13:10 PM