Skip to content

fix: correct SHA256 hashes and add latest EDK2_STABLE202508_R1 version #448

fix: correct SHA256 hashes and add latest EDK2_STABLE202508_R1 version

fix: correct SHA256 hashes and add latest EDK2_STABLE202508_R1 version #448

Workflow file for this run

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