Skip to content

Commit 05ca1f1

Browse files
committed
Update the generated workflow
1 parent 4032bd9 commit 05ca1f1

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/misc_0.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ jobs:
7070
- name: Run tests
7171
run: tox -e mypy
7272

73-
pyright:
74-
name: pyright
73+
mypyinstalled:
74+
name: mypyinstalled
7575
runs-on: ubuntu-latest
7676
steps:
7777
- name: Checkout repo @ SHA - ${{ github.sha }}
@@ -86,10 +86,10 @@ jobs:
8686
run: pip install tox
8787

8888
- name: Run tests
89-
run: tox -e pyright
89+
run: tox -e mypyinstalled
9090

91-
mypyinstalled:
92-
name: mypyinstalled
91+
pyright:
92+
name: pyright
9393
runs-on: ubuntu-latest
9494
steps:
9595
- name: Checkout repo @ SHA - ${{ github.sha }}
@@ -104,7 +104,7 @@ jobs:
104104
run: pip install tox
105105

106106
- name: Run tests
107-
run: tox -e mypyinstalled
107+
run: tox -e pyright
108108

109109
docs:
110110
name: docs

0 commit comments

Comments
 (0)