mirror of
https://github.com/grillazz/fastapi-sqlalchemy-asyncpg.git
synced 2026-04-23 08:20:39 +03:00
format code
This commit is contained in:
@@ -54,6 +54,10 @@ jobs:
|
||||
with:
|
||||
python-version: ${{ matrix.python-version }}
|
||||
|
||||
- name: Lint with ruff
|
||||
run: uv run --frozen ruff check .
|
||||
|
||||
- name: Test with python ${{ matrix.python-version }}
|
||||
run: uv run --frozen pytest
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user