Skip to content

deps(cargo): bump the rust group with 2 updates #194

deps(cargo): bump the rust group with 2 updates

deps(cargo): bump the rust group with 2 updates #194

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 .