Skip to content

deps(cargo): bump colored from 2.1.0 to 2.2.0 in the rust group (#95) #197

deps(cargo): bump colored from 2.1.0 to 2.2.0 in the rust group (#95)

deps(cargo): bump colored from 2.1.0 to 2.2.0 in the rust group (#95) #197

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 .