Skip to content

Commit 0316fb9

Browse files
committed
Update lint.yaml
1 parent 69da81b commit 0316fb9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/lint.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Lint
22

3-
43
on: [push]
4+
55
jobs:
66
lint:
77
runs-on: ubuntu-latest
@@ -18,4 +18,4 @@ jobs:
1818
- name: Lint with Ruff
1919
run: uv run ruff check .
2020
- name: Run tests
21-
run
21+
run: uv run pytest tests -s -v

0 commit comments

Comments
 (0)