Skip to content

examples: aarch64-virt-base: fix display support #29

examples: aarch64-virt-base: fix display support

examples: aarch64-virt-base: fix display support #29

Workflow file for this run

name: ci
on: [push, pull_request]
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: install shellcheck
run: |
sudo apt-get update
sudo apt-get install shellcheck
- name: check
run: make check