Skip to content

Commit 9e09c6a

Browse files
committed
fixed paths
1 parent 9b75969 commit 9e09c6a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ runs:
1919
- name: flake8
2020
shell: bash
2121
run: |
22-
python linting_orchestrator.py ${{ github.event_name == 'pull_request' }} flake8 ${{ steps.changes.outputs.addedOrModifiedPython }}
22+
python $GITHUB_ACTION_PATH/linting_orchestrator.py ${{ github.event_name == 'pull_request' }} flake8 ${{ steps.changes.outputs.addedOrModifiedPython_files }}
2323
2424
- name: mypy
2525
uses: tsuyoshicho/[email protected]
@@ -31,4 +31,4 @@ runs:
3131
- name: pylint
3232
shell: bash
3333
run: |
34-
python linting_orchestrator.py ${{ github.event_name == 'pull_request' }} pylint ${{ steps.changes.outputs.addedOrModifiedPython }}
34+
python $GITHUB_ACTION_PATH/linting_orchestrator.py ${{ github.event_name == 'pull_request' }} pylint ${{ steps.changes.outputs.addedOrModifiedPython_files }}

0 commit comments

Comments
 (0)