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:
30
30
run :
31
31
pip install ${{ env.python-test-package }}
32
32
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 }}
48
48
49
49
- name : Check if test dependency exists after execution
50
50
run : |
You can’t perform that action at this time.
0 commit comments