@@ -980,36 +980,36 @@ jobs:
980980 path : manufacturing-ai-suite/industrial-edge-insights-time-series/pylint-report.txt
981981
982982 pylint-multimodal-job :
983- name : Pylint Scan - Multimodal Python
984- if : ${{ ((inputs.target == 'pylint-scan') || (inputs.target == 'all-scans')) && ((inputs.application == 'multimodal') || (inputs.application == 'both')) }}
985- permissions :
986- contents : read
987- strategy :
988- fail-fast : false
989- matrix :
990- include :
991- - ubuntu_version : ubuntu24
992- steps :
993- - name : Checkout code
994- uses : actions/checkout@v4
995-
996- - name : Set up Python
997- uses : actions/setup-python@v5
998- with :
999- python-version : ' 3.11' # or any version you need
1000-
1001- - name : Install dependencies
1002- run : |
1003- python -m pip install --upgrade pip
1004- pip install pylint
1005-
1006- - name : Run Pylint
1007- run : |
1008- pylint manufacturing-ai-suite/industrial-edge-insights-multimodal/*.py > manufacturing-ai-suite/industrial-edge-insights-multimodal/pylint-report.txt || true
1009-
1010- - name : Upload Pylint report
1011- uses : actions/upload-artifact@v4
1012- with :
1013- name : pylint-report
1014- path : manufacturing-ai-suite/industrial-edge-insights-multimodal/pylint-report.txt
983+ name : Pylint Scan - Multimodal Python
984+ if : ${{ ((inputs.target == 'pylint-scan') || (inputs.target == 'all-scans')) && ((inputs.application == 'multimodal') || (inputs.application == 'both')) }}
985+ permissions :
986+ contents : read
987+ strategy :
988+ fail-fast : false
989+ matrix :
990+ include :
991+ - ubuntu_version : ubuntu24
992+ steps :
993+ - name : Checkout code
994+ uses : actions/checkout@v4
995+
996+ - name : Set up Python
997+ uses : actions/setup-python@v5
998+ with :
999+ python-version : ' 3.11' # or any version you need
1000+
1001+ - name : Install dependencies
1002+ run : |
1003+ python -m pip install --upgrade pip
1004+ pip install pylint
1005+
1006+ - name : Run Pylint
1007+ run : |
1008+ pylint manufacturing-ai-suite/industrial-edge-insights-multimodal/*.py > manufacturing-ai-suite/industrial-edge-insights-multimodal/pylint-report.txt || true
1009+
1010+ - name : Upload Pylint report
1011+ uses : actions/upload-artifact@v4
1012+ with :
1013+ name : pylint-report
1014+ path : manufacturing-ai-suite/industrial-edge-insights-multimodal/pylint-report.txt
10151015
0 commit comments