Skip to content

Bump clap from 4.3.11 to 4.3.19 #75

Bump clap from 4.3.11 to 4.3.19

Bump clap from 4.3.11 to 4.3.19 #75

Workflow file for this run

name: rustfmt
on:
pull_request:
branches: [main]
jobs:
rustfmt:
name: Rustfmt Check
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Setup Rust
uses: actions-rs/toolchain@v1
with:
toolchain: stable
- name: Rustfmt check
run: cargo fmt -- --check -v