Skip to content

verifier: Get PEM label for certificates from the x509-cert crate. #258

verifier: Get PEM label for certificates from the x509-cert crate.

verifier: Get PEM label for certificates from the x509-cert crate. #258

Workflow file for this run

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