Skip to content

Use virtio-console instead of serial #27

Use virtio-console instead of serial

Use virtio-console instead of serial #27

Workflow file for this run

name: Rust
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build & Clippy
run: cargo clippy
- name: Check Format
run: cargo fmt --all -- --check