chores: run lint and format (#284)
This commit is contained in:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -23,6 +23,6 @@ jobs:
|
||||
- name: Install dependencies
|
||||
run: poetry install --all-extras
|
||||
- name: Lint with ruff
|
||||
run: poetry run ruff embedchain examples
|
||||
run: make ci_lint
|
||||
- name: Test with pytest
|
||||
run: poetry run pytest
|
||||
run: make ci_test
|
||||
|
||||
Reference in New Issue
Block a user