Skip to content

Always calculate the firmware measurement even if there is no valid i… #6993

Always calculate the firmware measurement even if there is no valid i…

Always calculate the firmware measurement even if there is no valid i… #6993

Workflow file for this run

name: formatting
on:
pull_request:
push:
branches: [master]
jobs:
format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@nightly
with:
components: rustfmt
- name: cargo fmt
run: cargo fmt --all -- --check