Skip to content

Commit c1ba74e

Browse files
ci: fix workflow name
1 parent f27af2f commit c1ba74e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pytest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Pytest
22
on: [ push, pull_request ]
33
jobs:
4-
ruff:
4+
pytest:
55
runs-on: ubuntu-latest
66
steps:
77
- name: Checkout code

0 commit comments

Comments
 (0)