langflow/.github/workflows
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
..
matchers Update linting workflows for frontend and Python code (#2171) 2024-06-14 06:27:48 -07:00
codeql.yml Bump github/codeql-action from 2 to 3 (#1420) 2024-02-15 10:49:28 -03:00
create-release.yml chore: Update poetry installation to use environment variable for version (#2074) 2024-06-05 10:40:58 -07:00
deploy_gh-pages.yml Bump peaceiris/actions-gh-pages from 3 to 4 (#1813) 2024-05-01 12:34:05 -03:00
docker-build.yml chore(deps): bump docker/build-push-action from 5 to 6 2024-06-24 16:05:05 +00:00
docker_test.yml docker: force python version to 3.12.3 (#2148) 2024-06-12 06:09:46 -07:00
docs_test.yml Fixes CLI and server (#2342) 2024-06-25 09:20:55 -07:00
js_autofix.yml chore: Add GitHub workflows for JavaScript and Python autofix 2024-06-26 12:09:02 -03:00
lint-js.yml chore: update linting workflows to include dev branch in merge_group 2024-06-24 07:41:40 -07:00
lint-py.yml Update workflows for better test coverage and integration (#2344) 2024-06-25 10:21:38 -07:00
pr-checker.yml ci pr-checker enforce meaningful pr title and description 2024-06-20 09:48:19 -07:00
pre-release-base.yml chore(deps): bump docker/build-push-action from 5 to 6 2024-06-24 16:05:05 +00:00
pre-release-langflow.yml chore(deps): bump docker/build-push-action from 5 to 6 2024-06-24 16:05:05 +00:00
pre-release.yml chore: Increase timeout for server startup in pre-release.yml 2024-06-22 17:14:47 -03:00
py_autofix.yml chore: Add GitHub workflows for JavaScript and Python autofix 2024-06-26 12:09:02 -03:00
python_test.yml Update workflows for better test coverage and integration (#2344) 2024-06-25 10:21:38 -07:00
release.yml chore: Update release.yml to use the correct branch for the commit 2024-06-25 11:34:20 -07:00
style-check-py.yml chore: update linting workflows to include dev branch in merge_group 2024-06-24 07:41:40 -07:00
typescript_test.yml Update workflows for better test coverage and integration (#2344) 2024-06-25 10:21:38 -07:00