Add CI pipeline with linting, formatting, and smoke tests #8
ci.yml
on: pull_request
Lint, Format & Build
27s
Lint Python Templates
7s
Matrix: smoke-test-templates
Annotations
4 errors
|
Lint Python Templates
The process '/opt/hostedtoolcache/ruff/0.15.2/x86_64/ruff' failed with exit code 1
|
|
ruff (I001):
templates/langchain/alembic/versions/001_initial.py#L8
templates/langchain/alembic/versions/001_initial.py:8:1: I001 Import block is un-sorted or un-formatted
|
|
ruff (I001):
templates/langchain/alembic/env.py#L1
templates/langchain/alembic/env.py:1:1: I001 Import block is un-sorted or un-formatted
|
|
Smoke Test — langchain
Process completed with exit code 1.
|