Skip to content

Add yhsm-audit for working with yubihsm2 audit log objects & encodings #113

Add yhsm-audit for working with yubihsm2 audit log objects & encodings

Add yhsm-audit for working with yubihsm2 audit log objects & encodings #113

Workflow file for this run

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