File tree Expand file tree Collapse file tree 1 file changed +6
-14
lines changed
Expand file tree Collapse file tree 1 file changed +6
-14
lines changed Original file line number Diff line number Diff line change 55 linters :
66 name : lint
77 runs-on : ubuntu-latest
8- strategy :
9- matrix :
10- python-version : [3.7, 3.8]
118 steps :
129 - uses : actions/checkout@master
13- - name : Install
14- uses : abatilo/actions-poetry@v1.5.0
10+ - uses : actions/setup-python@v1
1511 with :
16- python-version : ${{ matrix.python-version }}
17- poetry_version : 1.0
18- args : install
19- - name : Lint with pre-commit
20- uses : abatilo/actions-poetry@v1.5.0
21- with :
22- python-version : ${{ matrix.python-version }}
23- poetry_version : 1.0
24- args : run pre-commit run --all-files
12+ python-version : 3.8
13+ - uses : pre-commit/action@v2.0.0
2514 pytest :
2615 name : pytest
2716 runs-on : ubuntu-latest
17+ strategy :
18+ matrix :
19+ python-version : [3.7, 3.8]
2820 steps :
2921 - uses : actions/checkout@master
3022 - name : Install
You can’t perform that action at this time.
0 commit comments