Skip to content

Merge pull request #1 from mir-protocol/dependabot/cargo/rustls-webpk… #14

Merge pull request #1 from mir-protocol/dependabot/cargo/rustls-webpk…

Merge pull request #1 from mir-protocol/dependabot/cargo/rustls-webpk… #14

Workflow file for this run

on: [push, pull_request]
name: fmt
jobs:
fmt:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: nightly
profile: minimal
override: true
components: rustfmt
- name: Run cargo fmt --check
uses: actions-rs/cargo@v1
with:
command: fmt
args: --all -- --check