Skip to content

Merge pull request #103 from avencera/dependabot/cargo/rustls-0.22.4 #256

Merge pull request #103 from avencera/dependabot/cargo/rustls-0.22.4

Merge pull request #103 from avencera/dependabot/cargo/rustls-0.22.4 #256

Workflow file for this run

name: rustfmt
on: [push, pull_request]
jobs:
rustfmt:
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@v4
- name: Install stable toolchain with rustfmt available
uses: actions-rs/toolchain@v1
with:
toolchain: stable
override: true
components: rustfmt
- run: cargo fmt --check