langflow/.github
Gabriel Luiz Freitas Almeida fc9401c195 chore: Add GitHub workflows for JavaScript and Python autofix
This commit adds GitHub workflows for JavaScript and Python autofix. The JavaScript workflow is triggered on pull requests and pushes to the main branch, specifically for changes in the "src/frontend" directory. It checks out the code, 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, but for changes in the "poetry.lock", "pyproject.toml", "src/backend", and "tests" directories. It checks out the code, installs Ruff, and runs Mypy for type checking and code formatting.
2024-06-26 12:09:02 -03:00
..
actions/poetry_caching chore: Update poetry installation to use environment variable for version (#2074) 2024-06-05 10:40:58 -07:00
ISSUE_TEMPLATE Update issue templates 2023-04-14 11:15:30 -03:00
workflows chore: Add GitHub workflows for JavaScript and Python autofix 2024-06-26 12:09:02 -03:00
dependabot.yml Add dependabot.yml 2024-02-10 11:30:20 +00:00