Skip to content

Implement ovmf-prebuilt library #182

Implement ovmf-prebuilt library

Implement ovmf-prebuilt library #182

Workflow file for this run

on:
push:
branches:
- main
pull_request:
jobs:
validate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: Swatinem/rust-cache@v2
- run: cargo check --workspace
- run: cargo test --workspace
- run: cargo fmt --all -- --check
- run: cargo clippy --workspace -- -D warnings