File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 1111 with :
1212 python-version : 3.9
1313 update-environment : false
14- - name : Install dependencies
14+ - name : Install dependencies and process files
1515 shell : bash
1616 run : |
1717 install_dir=$(dirname $(dirname "${{ steps.cs-install-python.outputs.python-path }}"))
2121 export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:$install_dir/lib"
2222 fi
2323 ${{ steps.cs-install-python.outputs.python-path }} -m pip install -r ${GITHUB_ACTION_PATH}/../scripts/configuration/requirements.txt
24- - name : Process files
25- shell : bash
26- run : ${{ steps.cs-install-python.outputs.python-path }} ${GITHUB_ACTION_PATH}/../scripts/configuration/process_coding_standards_config.py
24+ ${{ steps.cs-install-python.outputs.python-path }} ${GITHUB_ACTION_PATH}/../scripts/configuration/process_coding_standards_config.py
You can’t perform that action at this time.
0 commit comments