Skip to content

deps(cargo): bump anyhow from 1.0.89 to 1.0.90 in the rust group #182

deps(cargo): bump anyhow from 1.0.89 to 1.0.90 in the rust group

deps(cargo): bump anyhow from 1.0.89 to 1.0.90 in the rust group #182

Workflow file for this run

name: Lint
on:
push:
branches: ["master"]
pull_request:
branches: ["master"]
env:
CARGO_TERM_COLOR: always
jobs:
check-format:
name: Check Formatting
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
with:
profile: minimal
override: true
toolchain: nightly
- run: rustup component add rustfmt
- name: rustfmt
run: cargo fmt --check
- name: Check formatting with Prettier
uses: actionsx/prettier@v3
with:
args: -c .