Skip to content

bsp: imx8: installing-os: Describe partup usage for flashing image to eMMC from SD card #309

bsp: imx8: installing-os: Describe partup usage for flashing image to eMMC from SD card

bsp: imx8: installing-os: Describe partup usage for flashing image to eMMC from SD card #309

Workflow file for this run

name: Check External Links
on:
pull_request:
jobs:
linkcheck:
runs-on: self-hosted
timeout-minutes: 5
steps:
- name: Clone repo
uses: actions/checkout@v2
- name: Install dependencies
run: |
sudo apt update
sudo apt install python3-pip tox -y
pip3 install -r requirements/setup.txt
- name: Check External Links
run: tox -e py3-linkcheck