File tree Expand file tree Collapse file tree 1 file changed +17
-18
lines changed Expand file tree Collapse file tree 1 file changed +17
-18
lines changed Original file line number Diff line number Diff line change 14
14
env :
15
15
python-test-package : python-dummy
16
16
steps :
17
- - name : Get the branch name
18
- id : get_branch
19
- run : echo "BRANCH_NAME=${GITHUB_REF#refs/heads/}" >> $GITHUB_ENV
17
+ - name : Get action path
18
+ run : echo "${{ github.repository }}@${{ github.ref_name }}"
20
19
21
20
- uses : actions/checkout@v4
22
21
@@ -31,21 +30,21 @@ jobs:
31
30
run :
32
31
pip install ${{ env.python-test-package }}
33
32
34
- - name : Test Action usage
35
- uses : " ${{ github.repository }}@${{ github.ref_name }}"
36
- with :
37
- python-root-list : " ./tests/*.py ./tests/subtest/*.py"
38
- use-black : true
39
- use-isort : true
40
- use-mypy : true
41
- use-pycodestyle : true
42
- use-pydocstyle : true
43
- extra-pycodestyle-options : " --max-line-length=88"
44
- use-pylint : false
45
- use-flake8 : false
46
- use-vulture : true
47
- python-version : ${{ matrix.python-version }}
48
- use-external-python : ${{ matrix.use-external-python }}
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 }}
49
48
50
49
- name : Check if test dependency exists after execution
51
50
description : " If use-external-python is set, then python test package should be installed. False otherwise"
You can’t perform that action at this time.
0 commit comments