Skip to content

remove part of a specialiazed hypervisor #415

remove part of a specialiazed hypervisor

remove part of a specialiazed hypervisor #415

Workflow file for this run

name: Check format
on:
push:
branches:
- stage0
pull_request:
branches:
- stage0
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
steps:
- uses: actions/checkout@v4
with:
submodules: true
- name: Check Cargo availability
run: cargo --version
- name: Check Formatting
run: cargo fmt -- --check