Skip to content

lib/qemu/kern: New library command for handling custom kernels #50

lib/qemu/kern: New library command for handling custom kernels

lib/qemu/kern: New library command for handling custom kernels #50

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