Skip to content

Commit ad46ad0

Browse files
committed
industrial-edge-insights-time-series-scans - Fixed indentation
Signed-off-by: Pooja Kumbharkar <pooja.kumbharkar@intel.com>
1 parent a02f51d commit ad46ad0

File tree

1 file changed

+33
-33
lines changed

1 file changed

+33
-33
lines changed

.github/workflows/industrial-edge-insights-time-series-scans.yml

Lines changed: 33 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -979,37 +979,37 @@ jobs:
979979
name: pylint-report
980980
path: manufacturing-ai-suite/industrial-edge-insights-time-series/pylint-report.txt
981981

982-
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
982+
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
10151015

0 commit comments

Comments
 (0)