chores: run lint and format (#284)

This commit is contained in:
Deshraj Yadav
2023-07-15 21:34:06 -07:00
committed by GitHub
parent ac68986404
commit 05a4eef6ae
7 changed files with 19 additions and 14 deletions

View File

@@ -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