Skip to content

Commit f0abdc7

Browse files
committed
reorder so check shows up first in list
1 parent 636e043 commit f0abdc7

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/pythonapp.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@ name: cve-bin-tool
33
on: [push, pull_request]
44

55
jobs:
6+
check:
7+
name: Black check
8+
runs-on: ubuntu-latest
9+
steps:
10+
- uses: actions/checkout@v1
11+
- uses: jpetrucciani/black-check@master
12+
613
build:
714

815
runs-on: ${{ matrix.os }}
@@ -29,10 +36,3 @@ jobs:
2936
run: |
3037
ACTIONS=1 python setup.py test
3138
32-
check:
33-
name: Black check
34-
runs-on: ubuntu-latest
35-
steps:
36-
- uses: actions/checkout@v1
37-
- uses: jpetrucciani/black-check@master
38-

0 commit comments

Comments
 (0)