Skip to content

Test python script for gettting kernel list #5

Test python script for gettting kernel list

Test python script for gettting kernel list #5

Workflow file for this run

name: Get Kernel List
on: [push]
jobs:
steps:
- uses: actions/checkout@v5

Check failure on line 7 in .github/workflows/kernel-list.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/kernel-list.yaml

Invalid workflow file

You have an error in your yaml syntax on line 7
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with:
python-version: '3.11'
- name: Install dependencies
run: python -m pip install --upgrade pip
- name: Display kernel list
run: python scripts/kernel-list.py