Skip to content

build(deps): bump clap-cargo from 0.14.1 to 0.15.1 #1186

build(deps): bump clap-cargo from 0.14.1 to 0.15.1

build(deps): bump clap-cargo from 0.14.1 to 0.15.1 #1186

Workflow file for this run

name: "ci-fmt"
on:
pull_request:
push:
branches:
- master
- main
merge_group:
jobs:
fmt:
name: fmt
runs-on: ubuntu-latest
steps:
- name: checkout_repository
uses: actions/checkout@v4
- name: install_rust
uses: dtolnay/rust-toolchain@stable
with:
components: rustfmt
- name: check_formatting
run: |
cargo fmt -- --check