File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed
Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -28,11 +28,11 @@ jobs:
2828 - " pypy3.8"
2929 - " pypy3.9"
3030 - " pypy3.10"
31- include :
32- # Python 3.6 is not available on ubuntu-latest,
33- # so use ubuntu-20.04:
34- - python-version : " 3.6"
35- os : ubuntu-20.04
31+ include :
32+ # Python 3.6 is not available on ubuntu-latest,
33+ # so use ubuntu-20.04:
34+ - python-version : " 3.6"
35+ os : ubuntu-20.04
3636
3737 steps :
3838 - uses : actions/checkout@v3
@@ -68,11 +68,14 @@ jobs:
6868 - name : Lint with isort
6969 uses : isort/isort-action@master
7070 - name : Lint with flake8
71+ if : success() || failure()
7172 run : |
7273 flake8 --version
7374 flake8
7475 - name : Lint with check-manifest
76+ if : success() || failure()
7577 run : |
7678 check-manifest
7779 - name : Lint with black
80+ if : success() || failure()
7881 uses : psf/black@stable
You can’t perform that action at this time.
0 commit comments