Skip to content

Commit 70cc648

Browse files
authored
gha allows step name first
1 parent 702c181 commit 70cc648

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- check
2626
steps:
2727
- uses: actions/checkout@v1
28-
- run: |
28+
- name: tox
29+
run: |
2930
pip install tox
3031
tox -v -e "${{ matrix.toxenv }}"
31-
name: tox

0 commit comments

Comments
 (0)