Skip to content

Commit e97b768

Browse files
fixed workflow naming
1 parent c928c0f commit e97b768

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: codestyle
1+
name: tests
22

33
on:
44
push:
@@ -28,6 +28,6 @@ jobs:
2828
python -m pip install --upgrade pip poetry
2929
python -m poetry install --with tests --no-ansi --no-interaction
3030
31-
- name: run codestyle
31+
- name: run tests
3232
run: |
3333
python -m poetry run poe test

0 commit comments

Comments
 (0)