File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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] 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 }}
You can’t perform that action at this time.
0 commit comments