Skip to content

oot: Fixup and explain earlycon/UART situation #62

oot: Fixup and explain earlycon/UART situation

oot: Fixup and explain earlycon/UART situation #62

Workflow file for this run

on: push
name: CI
jobs:
shellcheck:
name: Shellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install shellcheck
run: |
sudo apt update
sudo apt install shellcheck
- name: Shellcheck version
run: shellcheck -V
- name: Run shellcheck
run: shellcheck -ax oot.sh