Skip to content

chore(deps): bump anyhow from 1.0.74 to 1.0.75 in /rust (#2008) #4054

chore(deps): bump anyhow from 1.0.74 to 1.0.75 in /rust (#2008)

chore(deps): bump anyhow from 1.0.74 to 1.0.75 in /rust (#2008) #4054

Workflow file for this run

name: Rustfmt
on:
pull_request:
push:
branches:
- master
- stable
jobs:
rustfmt:
name: Cargo fmt
runs-on: ubuntu-latest
steps:
- name: Cancel Previous Runs
uses: styfle/cancel-workflow-action@b173b6ec0100793626c2d9e6b90435061f4fc3e5 # 0.11.0
with:
access_token: ${{ github.token }}
- name: Checkout sources
uses: actions/[email protected]
with:
fetch-depth: 50
submodules: 'recursive'
- name: Install Rust stable toolchain
uses: actions-rs/[email protected]
with:
profile: minimal
toolchain: stable
override: true
- name: cargo fmt
run: |
cd rust
cargo fmt --all -- --check