Skip to content

Commit 54b15ed

Browse files
committed
check format
1 parent 2f8ac57 commit 54b15ed

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/pr-verify.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,13 @@ jobs:
2929
uv sync --locked --directory src/
3030
uv run --directory src/ pytest
3131
32+
code-quality:
33+
runs-on: ubuntu-latest
34+
steps:
35+
- uses: astral-sh/ruff-action@v3
36+
with:
37+
args: "format --check --diff"
38+
3239
build:
3340
runs-on: ubuntu-latest
3441
steps:

0 commit comments

Comments
 (0)