File tree Expand file tree Collapse file tree 1 file changed +15
-15
lines changed Expand file tree Collapse file tree 1 file changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -30,21 +30,21 @@ jobs:
3030 run :
3131 pip install ${{ env.python-test-package }}
3232
33- # - name: Test Action usage
34- # uses: "${{ github.repository }}@${{ github.ref_name }}"
35- # with:
36- # python-root-list: "./tests/*.py ./tests/subtest/*.py"
37- # use-black: true
38- # use-isort: true
39- # use-mypy: true
40- # use-pycodestyle: true
41- # use-pydocstyle: true
42- # extra-pycodestyle-options: "--max-line-length=88"
43- # use-pylint: false
44- # use-flake8: false
45- # use-vulture: true
46- # python-version: ${{ matrix.python-version }}
47- # use-external-python: ${{ matrix.use-external-python }}
33+ - name : Test Action usage
34+ uses : ./. github/action.yml
35+ with :
36+ python-root-list : " ./tests/*.py ./tests/subtest/*.py"
37+ use-black : true
38+ use-isort : true
39+ use-mypy : true
40+ use-pycodestyle : true
41+ use-pydocstyle : true
42+ extra-pycodestyle-options : " --max-line-length=88"
43+ use-pylint : false
44+ use-flake8 : false
45+ use-vulture : true
46+ python-version : ${{ matrix.python-version }}
47+ use-external-python : ${{ matrix.use-external-python }}
4848
4949 - name : Check if test dependency exists after execution
5050 run : |
You can’t perform that action at this time.
0 commit comments