Skip to content

Commit 747c2a3

Browse files
committed
Replace redundant step names with simple 'Run'.
1 parent 972d1b3 commit 747c2a3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
- name: Install tox
6969
run: |
7070
python -m pip install tox
71-
- name: Run tests
71+
- name: Run
7272
run: tox
7373

7474
docs:
@@ -82,7 +82,7 @@ jobs:
8282
- name: Install tox
8383
run: |
8484
python -m pip install tox
85-
- name: Run tests
85+
- name: Run
8686
run: tox
8787

8888
check: # This job does nothing and is only used for the branch protection
@@ -117,7 +117,7 @@ jobs:
117117
- name: Install tox
118118
run: |
119119
python -m pip install tox
120-
- name: Release
120+
- name: Run
121121
run: tox -e release
122122
env:
123123
TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN }}

0 commit comments

Comments
 (0)