certon 0.2.1

Automatic HTTPS/TLS certificate management via the ACME protocol
Documentation
on:
  push:
    branches:
      - '*'

name: "Format Code"
permissions:
  contents: read

jobs:
  format:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
      - uses: dtolnay/rust-toolchain@5b842231ba77f5c045dba54ac5560fed2db780e2
        with:
          components: rustfmt, clippy
      - name: Check formatting
        run: cargo +nightly fmt --all -- --check