Skip to content

Fix auth for the ca sign command. #667

Fix auth for the ca sign command.

Fix auth for the ca sign command. #667

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@master
with:
components: rustfmt
toolchain: 1.79
- run: cargo fmt --check